Html Css Color HEX #918966 Granite Green

📋 copy color: '#918966'

red 145 ◦ green 137 ◦ blue 102

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

Shades of Granite Green #918966

Tints of Granite Green #918966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 37.76%
G = 35.68%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#918966 (or 0x918966) is known color: Granite Green. HEX triplet: 91, 89 and 66. RGB value is (145,137,102). Sum of RGB (Red+Green+Blue) = 145+137+102=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918966 is #6E7699. Grayscale: #878787. Windows color (decimal): -7239322 or 6719889. OLE color: 6719889.

HSL color Cylindrical-coordinate representation of color #918966: hue angle of 48.84º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918966 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 102 -
CMYK 0 0.06 0.30 0.43
HSL 48.84º 0.17% 0.48% -
HSV(B) 48.84º 0.3% 0.57% -
XYZ 23.02 24.87 16.16 -
YUV 135.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 145 137 102 0 0.06 0.30 0.43 48.84 0.17 0.48
Hex 91 89 66 0 6 1E 2B 31 11 30
Octal 221 211 146 0 6 36 53 61 21 60
Binary 10010001 10001001 1100110 0 110 11110 101011 110001 10001 110000

Color Harmonies of #918966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918966

Black with #918966

Text Example


Text Example

White with #918966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918966; }

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

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

background-color css

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

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

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

border-color css

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

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

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