Html Css Color HEX #918060 Granite Green

📋 copy color: '#918060'

red 145 ◦ green 128 ◦ blue 96

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

Shades of Granite Green #918060

Tints of Granite Green #918060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 39.3%
G = 34.69%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#918060 (or 0x918060) is known color: Granite Green. HEX triplet: 91, 80 and 60. RGB value is (145,128,96). Sum of RGB (Red+Green+Blue) = 145+128+96=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918060 is #6E7F9F. Grayscale: #818181. Windows color (decimal): -7241632 or 6324369. OLE color: 6324369.

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

Color convert

RGB 145 128 96 -
CMYK 0 0.12 0.34 0.43
HSL 39.18º 0.2% 0.47% -
HSV(B) 39.18º 0.34% 0.57% -
XYZ 21.51 22.3 14.24 -
YUV 129.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 145 128 96 0 0.12 0.34 0.43 39.18 0.2 0.47
Hex 91 80 60 0 C 22 2B 27 14 2F
Octal 221 200 140 0 14 42 53 47 24 57
Binary 10010001 10000000 1100000 0 1100 100010 101011 100111 10100 101111

Color Harmonies of #918060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918060

Black with #918060

Text Example


Text Example

White with #918060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918060; }

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

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

background-color css

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

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

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

border-color css

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

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

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