Html Css Color HEX #6E9D8A Granny Smith

📋 copy color: '#6E9D8A'

red 110 ◦ green 157 ◦ blue 138

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

Shades of Granny Smith #6E9D8A

Tints of Granny Smith #6E9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 27.16%
G = 38.77%
B = 34.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#6E9D8A (or 0x6E9D8A) is known color: Granny Smith. HEX triplet: 6E, 9D and 8A. RGB value is (110,157,138). Sum of RGB (Red+Green+Blue) = 110+157+138=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9D8A is #916275. Grayscale: #8C8C8C. Windows color (decimal): -9527926 or 9084270. OLE color: 9084270.

HSL color Cylindrical-coordinate representation of color #6E9D8A: hue angle of 155.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D8A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 157 138 -
CMYK 0.30 0 0.12 0.38
HSL 155.74º 0.19% 0.52% -
HSV(B) 155.74º 0.3% 0.62% -
XYZ 23.07 29.26 28.48 -
YUV 140.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 110 157 138 0.30 0 0.12 0.38 155.74 0.19 0.52
Hex 6E 9D 8A 1E 0 C 26 9C 13 34
Octal 156 235 212 36 0 14 46 234 23 64
Binary 1101110 10011101 10001010 11110 0 1100 100110 10011100 10011 110100

Color Harmonies of #6E9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9D8A

Black with #6E9D8A

Text Example


Text Example

White with #6E9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,157,138); }

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

background-color css

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

 a { background-color: rgb(110,157,138); }

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

border-color css

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

 span { border-color: rgb(110,157,138); }

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