#968A66

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

Shades of Granite Green #968A66

Tints of Granite Green #968A66

Color information

#968A66 (or 0x968A66) is unknown color: approx Granite Green. HEX triplet: 96, 8A and 66. RGB value is (150,138,102). Sum of RGB (Red+Green+Blue) = 150+138+102=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #968A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A66 is #697599. Grayscale: #898989. Windows color (decimal): -6911386 or 6720150. OLE color: 6720150.

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

Color convert

RGB150138102-
CMYK00.080.320.41
HSL45º19.05%49.41%-
HSV(B)45º32%58.82%-
XYZ24.0625.6216.25-
YUV137.48107.98136.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=38.46%
G=35.38%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013810200.080.320.414519.0549.41
Hex968A660820292d1331
Octal2262121460104051552361
Binary100101101000101011001100100010000010100110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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