Html Css Color HEX #958767 Granite Green

📋 copy color: '#958767'

red 149 ◦ green 135 ◦ blue 103

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

Shades of Granite Green #958767

Tints of Granite Green #958767

RGB

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

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

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

R = 38.5%
G = 34.88%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958767 (or 0x958767) is known color: Granite Green. HEX triplet: 95, 87 and 67. RGB value is (149,135,103). Sum of RGB (Red+Green+Blue) = 149+135+103=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958767 is #6A7898. Grayscale: #878787. Windows color (decimal): -6977689 or 6784917. OLE color: 6784917.

HSL color Cylindrical-coordinate representation of color #958767: hue angle of 41.74º 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 #958767 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 103 -
CMYK 0 0.09 0.31 0.42
HSL 41.74º 0.18% 0.49% -
HSV(B) 41.74º 0.31% 0.58% -
XYZ 23.51 24.7 16.36 -
YUV 135.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 149 135 103 0 0.09 0.31 0.42 41.74 0.18 0.49
Hex 95 87 67 0 9 1F 2A 2A 12 31
Octal 225 207 147 0 11 37 52 52 22 61
Binary 10010101 10000111 1100111 0 1001 11111 101010 101010 10010 110001

Color Harmonies of #958767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958767

Black with #958767

Text Example


Text Example

White with #958767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958767; }

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

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

background-color css

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

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

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

border-color css

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

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

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