Html Css Color HEX #918868 Granite Green

📋 copy color: '#918868'

red 145 ◦ green 136 ◦ blue 104

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

Shades of Granite Green #918868

Tints of Granite Green #918868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 37.66%
G = 35.32%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#918868 (or 0x918868) is known color: Granite Green. HEX triplet: 91, 88 and 68. RGB value is (145,136,104). Sum of RGB (Red+Green+Blue) = 145+136+104=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #918868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918868 is #6E7797. Grayscale: #878787. Windows color (decimal): -7239576 or 6850705. OLE color: 6850705.

HSL color Cylindrical-coordinate representation of color #918868: hue angle of 46.83º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918868 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 136 104 -
CMYK 0 0.06 0.28 0.43
HSL 46.83º 0.16% 0.49% -
HSV(B) 46.83º 0.28% 0.57% -
XYZ 22.98 24.63 16.64 -
YUV 135.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 145 136 104 0 0.06 0.28 0.43 46.83 0.16 0.49
Hex 91 88 68 0 6 1C 2B 2F 10 31
Octal 221 210 150 0 6 34 53 57 20 61
Binary 10010001 10001000 1101000 0 110 11100 101011 101111 10000 110001

Color Harmonies of #918868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918868

Black with #918868

Text Example


Text Example

White with #918868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918868; }

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

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

background-color css

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

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

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

border-color css

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

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

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