#968462

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

Shades of Granite Green #968462

Tints of Granite Green #968462

Color information

#968462 (or 0x968462) is unknown color: approx Granite Green. HEX triplet: 96, 84 and 62. RGB value is (150,132,98). Sum of RGB (Red+Green+Blue) = 150+132+98=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #968462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968462 is #697B9D. Grayscale: #858585. Windows color (decimal): -6912926 or 6456470. OLE color: 6456470.

HSL color Cylindrical-coordinate representation of color #968462: hue angle of 39.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968462 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15013298-
CMYK00.120.350.41
HSL39.23º20.97%48.63%-
HSV(B)39.23º34.67%58.82%-
XYZ23.0323.8714.95-
YUV133.51107.96139.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=39.47%
G=34.74%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501329800.120.350.4139.2320.9748.63
Hex9684620C2329271531
Octal2262041420144351472561
Binary100101101000010011000100110010001110100110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968462; }

 p { color: rgb(150,132,98); }

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

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

 a { background-color: rgb(150,132,98); }

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

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

 span { border-color: rgb(150,132,98); }

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