#958768

Color #958768 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #958768

Tints of Granite Green #958768

Color information

#958768 (or 0x958768) is unknown color: approx Granite Green. HEX triplet: 95, 87 and 68. RGB value is (149,135,104). Sum of RGB (Red+Green+Blue) = 149+135+104=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958768 is #6A7897. Grayscale: #878787. Windows color (decimal): -6977688 or 6850453. OLE color: 6850453.

HSL color Cylindrical-coordinate representation of color #958768: hue angle of 41.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958768 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149135104-
CMYK00.090.300.42
HSL41.33º17.79%49.61%-
HSV(B)41.33º30.2%58.43%-
XYZ23.5624.7216.63-
YUV135.65110.14137.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=38.40%
G=34.79%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913510400.090.300.4241.3317.7949.61
Hex958768091E2A291232
Octal2252071500113652512262
Binary10010101100001111101000010011111010101010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958768; }

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

 H1.HeaderClassName
 {
   color: #958768;
 }
 .AnyTagClassName
 {
   color: #958768;
 }
</style>
background-color css

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

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

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

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

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

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