Html Css Color HEX #958862 Granite Green

📋 copy color: '#958862'

red 149 ◦ green 136 ◦ blue 98

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

Shades of Granite Green #958862

Tints of Granite Green #958862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 38.9%
G = 35.51%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958862 (or 0x958862) is known color: Granite Green. HEX triplet: 95, 88 and 62. RGB value is (149,136,98). Sum of RGB (Red+Green+Blue) = 149+136+98=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958862 is #6A779D. Grayscale: #878787. Windows color (decimal): -6977438 or 6457493. OLE color: 6457493.

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

Color convert

RGB 149 136 98 -
CMYK 0 0.09 0.34 0.42
HSL 44.71º 0.21% 0.48% -
HSV(B) 44.71º 0.34% 0.58% -
XYZ 23.4 24.88 15.12 -
YUV 135.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 149 136 98 0 0.09 0.34 0.42 44.71 0.21 0.48
Hex 95 88 62 0 9 22 2A 2D 15 30
Octal 225 210 142 0 11 42 52 55 25 60
Binary 10010101 10001000 1100010 0 1001 100010 101010 101101 10101 110000

Color Harmonies of #958862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958862

Black with #958862

Text Example


Text Example

White with #958862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958862; }

 p { color: rgb(149,136,98); }

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

background-color css

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

 a { background-color: rgb(149,136,98); }

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

border-color css

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

 span { border-color: rgb(149,136,98); }

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