Html Css Color HEX #8C8066 Granite Green

📋 copy color: '#8C8066'

red 140 ◦ green 128 ◦ blue 102

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

Shades of Granite Green #8C8066

Tints of Granite Green #8C8066

RGB

 RED value IS 140 (55.08% from 255) = 37.84%

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 37.84%
G = 34.59%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C8066 (or 0x8C8066) is known color: Granite Green. HEX triplet: 8C, 80 and 66. RGB value is (140,128,102). Sum of RGB (Red+Green+Blue) = 140+128+102=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8066 is #737F99. Grayscale: #808080. Windows color (decimal): -7569306 or 6717580. OLE color: 6717580.

HSL color Cylindrical-coordinate representation of color #8C8066: hue angle of 41.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C8066 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 128 102 -
CMYK 0 0.09 0.27 0.45
HSL 41.05º 0.16% 0.47% -
HSV(B) 41.05º 0.27% 0.55% -
XYZ 20.93 21.97 15.71 -
YUV 128.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 140 128 102 0 0.09 0.27 0.45 41.05 0.16 0.47
Hex 8C 80 66 0 9 1B 2D 29 10 2F
Octal 214 200 146 0 11 33 55 51 20 57
Binary 10001100 10000000 1100110 0 1001 11011 101101 101001 10000 101111

Color Harmonies of #8C8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8066

Black with #8C8066

Text Example


Text Example

White with #8C8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8066; }

 p { color: rgb(140,128,102); }

 H1.HeaderClassName
 {
   color: #8C8066;
 }
 .AnyTagClassName
 {
   color: #8C8066;
 }
</style>

background-color css

<style>
 a { background-color: #8C8066; }

 a { background-color: rgb(140,128,102); }

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

border-color css

<style>
 span { border-color: #8C8066; }

 span { border-color: rgb(140,128,102); }

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