Html Css Color HEX #6F9C8C Granny Smith

📋 copy color: '#6F9C8C'

red 111 ◦ green 156 ◦ blue 140

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

Shades of Granny Smith #6F9C8C

Tints of Granny Smith #6F9C8C

RGB

 RED value IS 111 (43.75% from 255) = 27.27%

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

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

R = 27.27%
G = 38.33%
B = 34.4%

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

#6F9C8C (or 0x6F9C8C) is known color: Granny Smith. HEX triplet: 6F, 9C and 8C. RGB value is (111,156,140). Sum of RGB (Red+Green+Blue) = 111+156+140=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9C8C is #906373. Grayscale: #8C8C8C. Windows color (decimal): -9462644 or 9215087. OLE color: 9215087.

HSL color Cylindrical-coordinate representation of color #6F9C8C: hue angle of 158.67º 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 #6F9C8C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 156 140 -
CMYK 0.29 0 0.10 0.39
HSL 158.67º 0.19% 0.52% -
HSV(B) 158.67º 0.29% 0.61% -
XYZ 23.18 29.05 29.2 -
YUV 140.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 111 156 140 0.29 0 0.10 0.39 158.67 0.19 0.52
Hex 6F 9C 8C 1D 0 A 27 9F 13 34
Octal 157 234 214 35 0 12 47 237 23 64
Binary 1101111 10011100 10001100 11101 0 1010 100111 10011111 10011 110100

Color Harmonies of #6F9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9C8C

Black with #6F9C8C

Text Example


Text Example

White with #6F9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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