Html Css Color HEX #918265 Granite Green

📋 copy color: '#918265'

red 145 ◦ green 130 ◦ blue 101

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

Shades of Granite Green #918265

Tints of Granite Green #918265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 38.56%
G = 34.57%
B = 26.86%

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

#918265 (or 0x918265) is known color: Granite Green. HEX triplet: 91, 82 and 65. RGB value is (145,130,101). Sum of RGB (Red+Green+Blue) = 145+130+101=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918265 is #6E7D9A. Grayscale: #838383. Windows color (decimal): -7241115 or 6652561. OLE color: 6652561.

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

Color convert

RGB 145 130 101 -
CMYK 0 0.10 0.30 0.43
HSL 39.55º 0.18% 0.48% -
HSV(B) 39.55º 0.3% 0.57% -
XYZ 22.01 22.92 15.58 -
YUV 131.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 145 130 101 0 0.10 0.30 0.43 39.55 0.18 0.48
Hex 91 82 65 0 A 1E 2B 28 12 30
Octal 221 202 145 0 12 36 53 50 22 60
Binary 10010001 10000010 1100101 0 1010 11110 101011 101000 10010 110000

Color Harmonies of #918265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918265

Black with #918265

Text Example


Text Example

White with #918265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918265; }

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

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

background-color css

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

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

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

border-color css

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

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

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