Html Css Color HEX #958766 Granite Green

📋 copy color: '#958766'

red 149 ◦ green 135 ◦ blue 102

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

Shades of Granite Green #958766

Tints of Granite Green #958766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 38.6%
G = 34.97%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958766 (or 0x958766) is known color: Granite Green. HEX triplet: 95, 87 and 66. RGB value is (149,135,102). Sum of RGB (Red+Green+Blue) = 149+135+102=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958766 is #6A7899. Grayscale: #878787. Windows color (decimal): -6977690 or 6719381. OLE color: 6719381.

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

Color convert

RGB 149 135 102 -
CMYK 0 0.09 0.32 0.42
HSL 42.13º 0.19% 0.49% -
HSV(B) 42.13º 0.32% 0.58% -
XYZ 23.46 24.68 16.1 -
YUV 135.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 149 135 102 0 0.09 0.32 0.42 42.13 0.19 0.49
Hex 95 87 66 0 9 20 2A 2A 13 31
Octal 225 207 146 0 11 40 52 52 23 61
Binary 10010101 10000111 1100110 0 1001 100000 101010 101010 10011 110001

Color Harmonies of #958766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958766

Black with #958766

Text Example


Text Example

White with #958766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958766; }

 p { color: rgb(149,135,102); }

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

background-color css

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

 a { background-color: rgb(149,135,102); }

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

border-color css

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

 span { border-color: rgb(149,135,102); }

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