Html Css Color HEX #918866 Granite Green

📋 copy color: '#918866'

red 145 ◦ green 136 ◦ blue 102

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

Shades of Granite Green #918866

Tints of Granite Green #918866

RGB

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

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

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

R = 37.86%
G = 35.51%
B = 26.63%

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

#918866 (or 0x918866) is known color: Granite Green. HEX triplet: 91, 88 and 66. RGB value is (145,136,102). Sum of RGB (Red+Green+Blue) = 145+136+102=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #918866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918866 is #6E7799. Grayscale: #868686. Windows color (decimal): -7239578 or 6719633. OLE color: 6719633.

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

Color convert

RGB 145 136 102 -
CMYK 0 0.06 0.30 0.43
HSL 47.44º 0.17% 0.48% -
HSV(B) 47.44º 0.3% 0.57% -
XYZ 22.88 24.59 16.11 -
YUV 134.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 145 136 102 0 0.06 0.30 0.43 47.44 0.17 0.48
Hex 91 88 66 0 6 1E 2B 2F 11 30
Octal 221 210 146 0 6 36 53 57 21 60
Binary 10010001 10001000 1100110 0 110 11110 101011 101111 10001 110000

Color Harmonies of #918866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918866

Black with #918866

Text Example


Text Example

White with #918866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918866; }

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

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

background-color css

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

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

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

border-color css

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

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

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