Html Css Color HEX #908860 Granite Green

📋 copy color: '#908860'

red 144 ◦ green 136 ◦ blue 96

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

Shades of Granite Green #908860

Tints of Granite Green #908860

RGB

 RED value IS 144 (56.64% from 255) = 38.3%

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

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

R = 38.3%
G = 36.17%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908860 (or 0x908860) is known color: Granite Green. HEX triplet: 90, 88 and 60. RGB value is (144,136,96). Sum of RGB (Red+Green+Blue) = 144+136+96=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #908860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908860 is #6F779F. Grayscale: #868686. Windows color (decimal): -7305120 or 6326416. OLE color: 6326416.

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

Color convert

RGB 144 136 96 -
CMYK 0 0.06 0.33 0.44
HSL 50º 0.2% 0.47% -
HSV(B) 50º 0.33% 0.56% -
XYZ 22.42 24.38 14.59 -
YUV 133.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 144 136 96 0 0.06 0.33 0.44 50 0.2 0.47
Hex 90 88 60 0 6 21 2C 32 14 2F
Octal 220 210 140 0 6 41 54 62 24 57
Binary 10010000 10001000 1100000 0 110 100001 101100 110010 10100 101111

Color Harmonies of #908860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908860

Black with #908860

Text Example


Text Example

White with #908860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908860; }

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

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

background-color css

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

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

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

border-color css

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

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

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