Html Css Color HEX #918960 Granite Green

📋 copy color: '#918960'

red 145 ◦ green 137 ◦ blue 96

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

Shades of Granite Green #918960

Tints of Granite Green #918960

RGB

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

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

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

R = 38.36%
G = 36.24%
B = 25.4%

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

#918960 (or 0x918960) is known color: Granite Green. HEX triplet: 91, 89 and 60. RGB value is (145,137,96). Sum of RGB (Red+Green+Blue) = 145+137+96=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918960 is #6E769F. Grayscale: #868686. Windows color (decimal): -7239328 or 6326673. OLE color: 6326673.

HSL color Cylindrical-coordinate representation of color #918960: hue angle of 50.2º 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 #918960 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 96 -
CMYK 0 0.06 0.34 0.43
HSL 50.2º 0.2% 0.47% -
HSV(B) 50.2º 0.34% 0.57% -
XYZ 22.73 24.76 14.65 -
YUV 134.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 145 137 96 0 0.06 0.34 0.43 50.2 0.2 0.47
Hex 91 89 60 0 6 22 2B 32 14 2F
Octal 221 211 140 0 6 42 53 62 24 57
Binary 10010001 10001001 1100000 0 110 100010 101011 110010 10100 101111

Color Harmonies of #918960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918960

Black with #918960

Text Example


Text Example

White with #918960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918960; }

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

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

background-color css

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

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

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

border-color css

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

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

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