#968A64

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

Shades of Granite Green #968A64

Tints of Granite Green #968A64

Color information

#968A64 (or 0x968A64) is unknown color: approx Granite Green. HEX triplet: 96, 8A and 64. RGB value is (150,138,100). Sum of RGB (Red+Green+Blue) = 150+138+100=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A64 is #69759B. Grayscale: #898989. Windows color (decimal): -6911388 or 6589078. OLE color: 6589078.

HSL color Cylindrical-coordinate representation of color #968A64: hue angle of 45.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968A64 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150138100-
CMYK00.080.330.41
HSL45.6º20%49.02%-
HSV(B)45.6º33.33%58.82%-
XYZ23.9725.5815.73-
YUV137.26106.98137.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=38.66%
G=35.57%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013810000.080.330.4145.62049.02
Hex968A640821292e1431
Octal2262121440104151562461
Binary100101101000101011001000100010000110100110111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A64; }

 p { color: rgb(150,138,100); }

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

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

 a { background-color: rgb(150,138,100); }

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

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

 span { border-color: rgb(150,138,100); }

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