Html Css Color HEX #918860 Granite Green

📋 copy color: '#918860'

red 145 ◦ green 136 ◦ blue 96

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

Shades of Granite Green #918860

Tints of Granite Green #918860

RGB

 RED value IS 145 (57.03% from 255) = 38.46%

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 96 (37.89% from 255) = 25.46%

R = 38.46%
G = 36.07%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#918860 (or 0x918860) is known color: Granite Green. HEX triplet: 91, 88 and 60. RGB value is (145,136,96). Sum of RGB (Red+Green+Blue) = 145+136+96=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918860 is #6E779F. Grayscale: #868686. Windows color (decimal): -7239584 or 6326417. OLE color: 6326417.

HSL color Cylindrical-coordinate representation of color #918860: hue angle of 48.98º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918860 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 136 96 -
CMYK 0 0.06 0.34 0.43
HSL 48.98º 0.2% 0.47% -
HSV(B) 48.98º 0.34% 0.57% -
XYZ 22.59 24.47 14.6 -
YUV 134.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 145 136 96 0 0.06 0.34 0.43 48.98 0.2 0.47
Hex 91 88 60 0 6 22 2B 31 14 2F
Octal 221 210 140 0 6 42 53 61 24 57
Binary 10010001 10001000 1100000 0 110 100010 101011 110001 10100 101111

Color Harmonies of #918860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918860

Black with #918860

Text Example


Text Example

White with #918860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918860; }

 p { color: rgb(145,136,96); }

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

background-color css

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

 a { background-color: rgb(145,136,96); }

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

border-color css

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

 span { border-color: rgb(145,136,96); }

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