Html Css Color HEX #958967 Granite Green

📋 copy color: '#958967'

red 149 ◦ green 137 ◦ blue 103

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

Shades of Granite Green #958967

Tints of Granite Green #958967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 38.3%
G = 35.22%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958967 (or 0x958967) is known color: Granite Green. HEX triplet: 95, 89 and 67. RGB value is (149,137,103). Sum of RGB (Red+Green+Blue) = 149+137+103=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958967 is #6A7698. Grayscale: #888888. Windows color (decimal): -6977177 or 6785429. OLE color: 6785429.

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

Color convert

RGB 149 137 103 -
CMYK 0 0.08 0.31 0.42
HSL 44.35º 0.18% 0.49% -
HSV(B) 44.35º 0.31% 0.58% -
XYZ 23.79 25.26 16.45 -
YUV 136.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 149 137 103 0 0.08 0.31 0.42 44.35 0.18 0.49
Hex 95 89 67 0 8 1F 2A 2C 12 31
Octal 225 211 147 0 10 37 52 54 22 61
Binary 10010101 10001001 1100111 0 1000 11111 101010 101100 10010 110001

Color Harmonies of #958967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958967

Black with #958967

Text Example


Text Example

White with #958967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958967; }

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

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

background-color css

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

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

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

border-color css

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

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

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