Html Css Color HEX #917F60 Granite Green

📋 copy color: '#917F60'

red 145 ◦ green 127 ◦ blue 96

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

Shades of Granite Green #917F60

Tints of Granite Green #917F60

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 39.4%
G = 34.51%
B = 26.09%

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

#917F60 (or 0x917F60) is known color: Granite Green. HEX triplet: 91, 7F and 60. RGB value is (145,127,96). Sum of RGB (Red+Green+Blue) = 145+127+96=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #917F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F60 is #6E809F. Grayscale: #808080. Windows color (decimal): -7241888 or 6324113. OLE color: 6324113.

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

Color convert

RGB 145 127 96 -
CMYK 0 0.12 0.34 0.43
HSL 37.96º 0.2% 0.47% -
HSV(B) 37.96º 0.34% 0.57% -
XYZ 21.38 22.04 14.19 -
YUV 128.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 145 127 96 0 0.12 0.34 0.43 37.96 0.2 0.47
Hex 91 7F 60 0 C 22 2B 26 14 2F
Octal 221 177 140 0 14 42 53 46 24 57
Binary 10010001 1111111 1100000 0 1100 100010 101011 100110 10100 101111

Color Harmonies of #917F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F60

Black with #917F60

Text Example


Text Example

White with #917F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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