Html Css Color HEX #1E7674 Elm

📋 copy color: '#1E7674'

red 30 ◦ green 118 ◦ blue 116

#1E7674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1E7674

Tints of Elm #1E7674

RGB

 RED value IS 30 (12.11% from 255) = 11.36%

 GREEN value IS 118 (46.48% from 255) = 44.7%

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 11.36%
G = 44.7%
B = 43.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1E7674 (or 0x1E7674) is known color: Elm. HEX triplet: 1E, 76 and 74. RGB value is (30,118,116). Sum of RGB (Red+Green+Blue) = 30+118+116=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7674 is #E1898B. Grayscale: #5B5B5B. Windows color (decimal): -14780812 or 7632414. OLE color: 7632414.

HSL color Cylindrical-coordinate representation of color #1E7674: hue angle of 178.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7674 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 116 -
CMYK 0.75 0 0.02 0.54
HSL 178.64º 0.59% 0.29% -
HSV(B) 178.64º 0.75% 0.46% -
XYZ 10.17 14.49 18.78 -
YUV 91.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 30 118 116 0.75 0 0.02 0.54 178.64 0.59 0.29
Hex 1E 76 74 4B 0 2 36 B3 3B 1D
Octal 36 166 164 113 0 2 66 263 73 35
Binary 11110 1110110 1110100 1001011 0 10 110110 10110011 111011 11101

Color Harmonies of #1E7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7674

Black with #1E7674

Text Example


Text Example

White with #1E7674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E7674; }

 p { color: rgb(30,118,116); }

 H1.HeaderClassName
 {
   color: #1E7674;
 }
 .AnyTagClassName
 {
   color: #1E7674;
 }
</style>

background-color css

<style>
 a { background-color: #1E7674; }

 a { background-color: rgb(30,118,116); }

 div.DivClassName
 {
   background-color: #1E7674;
 }
 .BgClassName
 {
   background-color: #1E7674;
 }
</style>

border-color css

<style>
 span { border-color: #1E7674; }

 span { border-color: rgb(30,118,116); }

 td.TdClassName
 {
   border-color: #1E7674;
 }
 .TagClassName
 {
   border-color: #1E7674;
 }
</style>