#8C8067

Color #8C8067 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8C8067

Tints of Granite Green #8C8067

Color information

#8C8067 (or 0x8C8067) is unknown color: approx Granite Green. HEX triplet: 8C, 80 and 67. RGB value is (140,128,103). Sum of RGB (Red+Green+Blue) = 140+128+103=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8067 is #737F98. Grayscale: #808080. Windows color (decimal): -7569305 or 6783116. OLE color: 6783116.

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

Color convert

RGB140128103-
CMYK00.090.260.45
HSL40.54º15.23%47.65%-
HSV(B)40.54º26.43%54.9%-
XYZ20.9821.9915.97-
YUV128.74113.48136.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=37.74%
G=34.50%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012810300.090.260.4540.5415.2347.65
Hex8C8067091A2D29f30
Octal2142001470113255511760
Binary1000110010000000110011101001110101011011010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C8067;
 }
 .AnyTagClassName
 {
   color: #8C8067;
 }
</style>
background-color css

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

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

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

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

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

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