Html Css Color HEX #918266 Granite Green

📋 copy color: '#918266'

red 145 ◦ green 130 ◦ blue 102

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

Shades of Granite Green #918266

Tints of Granite Green #918266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 38.46%
G = 34.48%
B = 27.06%

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

#918266 (or 0x918266) is known color: Granite Green. HEX triplet: 91, 82 and 66. RGB value is (145,130,102). Sum of RGB (Red+Green+Blue) = 145+130+102=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918266 is #6E7D99. Grayscale: #838383. Windows color (decimal): -7241114 or 6718097. OLE color: 6718097.

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

Color convert

RGB 145 130 102 -
CMYK 0 0.10 0.30 0.43
HSL 39.07º 0.17% 0.48% -
HSV(B) 39.07º 0.3% 0.57% -
XYZ 22.06 22.94 15.84 -
YUV 131.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 145 130 102 0 0.10 0.30 0.43 39.07 0.17 0.48
Hex 91 82 66 0 A 1E 2B 27 11 30
Octal 221 202 146 0 12 36 53 47 21 60
Binary 10010001 10000010 1100110 0 1010 11110 101011 100111 10001 110000

Color Harmonies of #918266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918266

Black with #918266

Text Example


Text Example

White with #918266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918266; }

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

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

background-color css

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

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

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

border-color css

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

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

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