Html Css Color HEX #1E766E Elm

📋 copy color: '#1E766E'

red 30 ◦ green 118 ◦ blue 110

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

Shades of Elm #1E766E

Tints of Elm #1E766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 11.63%
G = 45.74%
B = 42.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#1E766E (or 0x1E766E) is known color: Elm. HEX triplet: 1E, 76 and 6E. RGB value is (30,118,110). Sum of RGB (Red+Green+Blue) = 30+118+110=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #1E766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E766E is #E18991. Grayscale: #5A5A5A. Windows color (decimal): -14780818 or 7239198. OLE color: 7239198.

HSL color Cylindrical-coordinate representation of color #1E766E: hue angle of 174.55º 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 #1E766E is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 110 -
CMYK 0.75 0 0.07 0.54
HSL 174.55º 0.59% 0.29% -
HSV(B) 174.55º 0.75% 0.46% -
XYZ 9.83 14.36 17.01 -
YUV 90.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 30 118 110 0.75 0 0.07 0.54 174.55 0.59 0.29
Hex 1E 76 6E 4B 0 7 36 AF 3B 1D
Octal 36 166 156 113 0 7 66 257 73 35
Binary 11110 1110110 1101110 1001011 0 111 110110 10101111 111011 11101

Color Harmonies of #1E766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E766E

Black with #1E766E

Text Example


Text Example

White with #1E766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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