Html Css Color HEX #918963 Granite Green

📋 copy color: '#918963'

red 145 ◦ green 137 ◦ blue 99

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

Shades of Granite Green #918963

Tints of Granite Green #918963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 38.06%
G = 35.96%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#918963 (or 0x918963) is known color: Granite Green. HEX triplet: 91, 89 and 63. RGB value is (145,137,99). Sum of RGB (Red+Green+Blue) = 145+137+99=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918963 is #6E769C. Grayscale: #878787. Windows color (decimal): -7239325 or 6523281. OLE color: 6523281.

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

Color convert

RGB 145 137 99 -
CMYK 0 0.06 0.32 0.43
HSL 49.57º 0.19% 0.48% -
HSV(B) 49.57º 0.32% 0.57% -
XYZ 22.87 24.81 15.39 -
YUV 135.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 145 137 99 0 0.06 0.32 0.43 49.57 0.19 0.48
Hex 91 89 63 0 6 20 2B 32 13 30
Octal 221 211 143 0 6 40 53 62 23 60
Binary 10010001 10001001 1100011 0 110 100000 101011 110010 10011 110000

Color Harmonies of #918963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918963

Black with #918963

Text Example


Text Example

White with #918963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918963; }

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

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

background-color css

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

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

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

border-color css

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

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

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