Html Css Color HEX #918365 Granite Green

📋 copy color: '#918365'

red 145 ◦ green 131 ◦ blue 101

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

Shades of Granite Green #918365

Tints of Granite Green #918365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 38.46%
G = 34.75%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#918365 (or 0x918365) is known color: Granite Green. HEX triplet: 91, 83 and 65. RGB value is (145,131,101). Sum of RGB (Red+Green+Blue) = 145+131+101=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918365 is #6E7C9A. Grayscale: #838383. Windows color (decimal): -7240859 or 6652817. OLE color: 6652817.

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

Color convert

RGB 145 131 101 -
CMYK 0 0.10 0.30 0.43
HSL 40.91º 0.18% 0.48% -
HSV(B) 40.91º 0.3% 0.57% -
XYZ 22.14 23.19 15.62 -
YUV 131.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 145 131 101 0 0.10 0.30 0.43 40.91 0.18 0.48
Hex 91 83 65 0 A 1E 2B 29 12 30
Octal 221 203 145 0 12 36 53 51 22 60
Binary 10010001 10000011 1100101 0 1010 11110 101011 101001 10010 110000

Color Harmonies of #918365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918365

Black with #918365

Text Example


Text Example

White with #918365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918365; }

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

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

background-color css

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

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

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

border-color css

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

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

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