Html Css Color HEX #6E9C8C Granny Smith

📋 copy color: '#6E9C8C'

red 110 ◦ green 156 ◦ blue 140

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

Shades of Granny Smith #6E9C8C

Tints of Granny Smith #6E9C8C

RGB

 RED value IS 110 (43.36% from 255) = 27.09%

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 27.09%
G = 38.42%
B = 34.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#6E9C8C (or 0x6E9C8C) is known color: Granny Smith. HEX triplet: 6E, 9C and 8C. RGB value is (110,156,140). Sum of RGB (Red+Green+Blue) = 110+156+140=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #6E9C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9C8C is #916373. Grayscale: #8C8C8C. Windows color (decimal): -9528180 or 9215086. OLE color: 9215086.

HSL color Cylindrical-coordinate representation of color #6E9C8C: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9C8C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 156 140 -
CMYK 0.29 0 0.10 0.39
HSL 159.13º 0.19% 0.52% -
HSV(B) 159.13º 0.29% 0.61% -
XYZ 23.05 28.99 29.19 -
YUV 140.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 110 156 140 0.29 0 0.10 0.39 159.13 0.19 0.52
Hex 6E 9C 8C 1D 0 A 27 9F 13 34
Octal 156 234 214 35 0 12 47 237 23 64
Binary 1101110 10011100 10001100 11101 0 1010 100111 10011111 10011 110100

Color Harmonies of #6E9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9C8C

Black with #6E9C8C

Text Example


Text Example

White with #6E9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9C8C; }

 p { color: rgb(110,156,140); }

 H1.HeaderClassName
 {
   color: #6E9C8C;
 }
 .AnyTagClassName
 {
   color: #6E9C8C;
 }
</style>

background-color css

<style>
 a { background-color: #6E9C8C; }

 a { background-color: rgb(110,156,140); }

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

border-color css

<style>
 span { border-color: #6E9C8C; }

 span { border-color: rgb(110,156,140); }

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