Html Css Color HEX #918165 Granite Green

📋 copy color: '#918165'

red 145 ◦ green 129 ◦ blue 101

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

Shades of Granite Green #918165

Tints of Granite Green #918165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 38.67%
G = 34.4%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#918165 (or 0x918165) is known color: Granite Green. HEX triplet: 91, 81 and 65. RGB value is (145,129,101). Sum of RGB (Red+Green+Blue) = 145+129+101=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918165 is #6E7E9A. Grayscale: #828282. Windows color (decimal): -7241371 or 6652305. OLE color: 6652305.

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

Color convert

RGB 145 129 101 -
CMYK 0 0.11 0.30 0.43
HSL 38.18º 0.18% 0.48% -
HSV(B) 38.18º 0.3% 0.57% -
XYZ 21.88 22.66 15.53 -
YUV 130.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 145 129 101 0 0.11 0.30 0.43 38.18 0.18 0.48
Hex 91 81 65 0 B 1E 2B 26 12 30
Octal 221 201 145 0 13 36 53 46 22 60
Binary 10010001 10000001 1100101 0 1011 11110 101011 100110 10010 110000

Color Harmonies of #918165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918165

Black with #918165

Text Example


Text Example

White with #918165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918165; }

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

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

background-color css

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

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

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

border-color css

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

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

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