#99875F

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

Shades of Granite Green #99875F

Tints of Granite Green #99875F

Color information

#99875F (or 0x99875F) is unknown color: approx Granite Green. HEX triplet: 99, 87 and 5F. RGB value is (153,135,95). Sum of RGB (Red+Green+Blue) = 153+135+95=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #99875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99875F is #6678A0. Grayscale: #878787. Windows color (decimal): -6715553 or 6260633. OLE color: 6260633.

HSL color Cylindrical-coordinate representation of color #99875F: hue angle of 41.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99875F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15313595-
CMYK00.120.380.4
HSL41.38º23.39%48.63%-
HSV(B)41.38º37.91%60%-
XYZ23.8724.9314.38-
YUV135.82104.96140.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=39.95%
G=35.25%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531359500.120.380.441.3823.3948.63
Hex99875F0C2628291731
Octal2312071370144650512761
Binary100110011000011110111110110010011010100010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99875F; }

 p { color: rgb(153,135,95); }

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

<style>
 a { background-color: #99875F; }

 a { background-color: rgb(153,135,95); }

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

<style>
 span { border-color: #99875F; }

 span { border-color: rgb(153,135,95); }

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