Html Css Color HEX #918760 Granite Green

📋 copy color: '#918760'

red 145 ◦ green 135 ◦ blue 96

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

Shades of Granite Green #918760

Tints of Granite Green #918760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 38.56%
G = 35.9%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#918760 (or 0x918760) is known color: Granite Green. HEX triplet: 91, 87 and 60. RGB value is (145,135,96). Sum of RGB (Red+Green+Blue) = 145+135+96=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918760 is #6E789F. Grayscale: #858585. Windows color (decimal): -7239840 or 6326161. OLE color: 6326161.

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

Color convert

RGB 145 135 96 -
CMYK 0 0.07 0.34 0.43
HSL 47.76º 0.2% 0.47% -
HSV(B) 47.76º 0.34% 0.57% -
XYZ 22.45 24.19 14.55 -
YUV 133.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 145 135 96 0 0.07 0.34 0.43 47.76 0.2 0.47
Hex 91 87 60 0 7 22 2B 30 14 2F
Octal 221 207 140 0 7 42 53 60 24 57
Binary 10010001 10000111 1100000 0 111 100010 101011 110000 10100 101111

Color Harmonies of #918760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918760

Black with #918760

Text Example


Text Example

White with #918760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918760; }

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

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

background-color css

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

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

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

border-color css

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

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

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