Html Css Color HEX #958963 Granite Green

📋 copy color: '#958963'

red 149 ◦ green 137 ◦ blue 99

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

Shades of Granite Green #958963

Tints of Granite Green #958963

RGB

 RED value IS 149 (58.59% from 255) = 38.7%

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

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

R = 38.7%
G = 35.58%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958963 (or 0x958963) is known color: Granite Green. HEX triplet: 95, 89 and 63. RGB value is (149,137,99). Sum of RGB (Red+Green+Blue) = 149+137+99=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958963 is #6A769C. Grayscale: #888888. Windows color (decimal): -6977181 or 6523285. OLE color: 6523285.

HSL color Cylindrical-coordinate representation of color #958963: hue angle of 45.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958963 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 99 -
CMYK 0 0.08 0.34 0.42
HSL 45.6º 0.2% 0.49% -
HSV(B) 45.6º 0.34% 0.58% -
XYZ 23.59 25.18 15.42 -
YUV 136.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 149 137 99 0 0.08 0.34 0.42 45.6 0.2 0.49
Hex 95 89 63 0 8 22 2A 2E 14 31
Octal 225 211 143 0 10 42 52 56 24 61
Binary 10010101 10001001 1100011 0 1000 100010 101010 101110 10100 110001

Color Harmonies of #958963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958963

Black with #958963

Text Example


Text Example

White with #958963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958963; }

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

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

background-color css

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

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

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

border-color css

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

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

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