Html Css Color HEX #918263 Granite Green

📋 copy color: '#918263'

red 145 ◦ green 130 ◦ blue 99

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

Shades of Granite Green #918263

Tints of Granite Green #918263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 38.77%
G = 34.76%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#918263 (or 0x918263) is known color: Granite Green. HEX triplet: 91, 82 and 63. RGB value is (145,130,99). Sum of RGB (Red+Green+Blue) = 145+130+99=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918263 is #6E7D9C. Grayscale: #838383. Windows color (decimal): -7241117 or 6521489. OLE color: 6521489.

HSL color Cylindrical-coordinate representation of color #918263: hue angle of 40.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918263 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 99 -
CMYK 0 0.10 0.32 0.43
HSL 40.43º 0.19% 0.48% -
HSV(B) 40.43º 0.32% 0.57% -
XYZ 21.91 22.89 15.07 -
YUV 130.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 145 130 99 0 0.10 0.32 0.43 40.43 0.19 0.48
Hex 91 82 63 0 A 20 2B 28 13 30
Octal 221 202 143 0 12 40 53 50 23 60
Binary 10010001 10000010 1100011 0 1010 100000 101011 101000 10011 110000

Color Harmonies of #918263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918263

Black with #918263

Text Example


Text Example

White with #918263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918263; }

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

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

background-color css

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

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

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

border-color css

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

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

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