Html Css Color HEX #908960 Granite Green

📋 copy color: '#908960'

red 144 ◦ green 137 ◦ blue 96

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

Shades of Granite Green #908960

Tints of Granite Green #908960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 38.2%
G = 36.34%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908960 (or 0x908960) is known color: Granite Green. HEX triplet: 90, 89 and 60. RGB value is (144,137,96). Sum of RGB (Red+Green+Blue) = 144+137+96=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908960 is #6F769F. Grayscale: #868686. Windows color (decimal): -7304864 or 6326672. OLE color: 6326672.

HSL color Cylindrical-coordinate representation of color #908960: hue angle of 51.25º 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 #908960 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 96 -
CMYK 0 0.05 0.33 0.44
HSL 51.25º 0.2% 0.47% -
HSV(B) 51.25º 0.33% 0.56% -
XYZ 22.56 24.67 14.64 -
YUV 134.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 144 137 96 0 0.05 0.33 0.44 51.25 0.2 0.47
Hex 90 89 60 0 5 21 2C 33 14 2F
Octal 220 211 140 0 5 41 54 63 24 57
Binary 10010000 10001001 1100000 0 101 100001 101100 110011 10100 101111

Color Harmonies of #908960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908960

Black with #908960

Text Example


Text Example

White with #908960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908960; }

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

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

background-color css

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

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

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

border-color css

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

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

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