Html Css Color HEX #918565 Granite Green

📋 copy color: '#918565'

red 145 ◦ green 133 ◦ blue 101

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

Shades of Granite Green #918565

Tints of Granite Green #918565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 38.26%
G = 35.09%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#918565 (or 0x918565) is known color: Granite Green. HEX triplet: 91, 85 and 65. RGB value is (145,133,101). Sum of RGB (Red+Green+Blue) = 145+133+101=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918565 is #6E7A9A. Grayscale: #858585. Windows color (decimal): -7240347 or 6653329. OLE color: 6653329.

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

Color convert

RGB 145 133 101 -
CMYK 0 0.08 0.30 0.43
HSL 43.64º 0.18% 0.48% -
HSV(B) 43.64º 0.3% 0.57% -
XYZ 22.41 23.73 15.71 -
YUV 132.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 145 133 101 0 0.08 0.30 0.43 43.64 0.18 0.48
Hex 91 85 65 0 8 1E 2B 2C 12 30
Octal 221 205 145 0 10 36 53 54 22 60
Binary 10010001 10000101 1100101 0 1000 11110 101011 101100 10010 110000

Color Harmonies of #918565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918565

Black with #918565

Text Example


Text Example

White with #918565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918565; }

 p { color: rgb(145,133,101); }

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

background-color css

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

 a { background-color: rgb(145,133,101); }

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

border-color css

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

 span { border-color: rgb(145,133,101); }

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