Html Css Color HEX #8C835F Granite Green

📋 copy color: '#8C835F'

red 140 ◦ green 131 ◦ blue 95

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

Shades of Granite Green #8C835F

Tints of Granite Green #8C835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 38.25%
G = 35.79%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C835F (or 0x8C835F) is known color: Granite Green. HEX triplet: 8C, 83 and 5F. RGB value is (140,131,95). Sum of RGB (Red+Green+Blue) = 140+131+95=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C835F is #737CA0. Grayscale: #818181. Windows color (decimal): -7568545 or 6259596. OLE color: 6259596.

HSL color Cylindrical-coordinate representation of color #8C835F: hue angle of 48º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C835F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 95 -
CMYK 0 0.06 0.32 0.45
HSL 48º 0.19% 0.46% -
HSV(B) 48º 0.32% 0.55% -
XYZ 21 22.63 14.09 -
YUV 129.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 140 131 95 0 0.06 0.32 0.45 48 0.19 0.46
Hex 8C 83 5F 0 6 20 2D 30 13 2E
Octal 214 203 137 0 6 40 55 60 23 56
Binary 10001100 10000011 1011111 0 110 100000 101101 110000 10011 101110

Color Harmonies of #8C835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C835F

Black with #8C835F

Text Example


Text Example

White with #8C835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,95); }

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

background-color css

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

 a { background-color: rgb(140,131,95); }

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

border-color css

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

 span { border-color: rgb(140,131,95); }

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