#968A65

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

Shades of Granite Green #968A65

Tints of Granite Green #968A65

Color information

#968A65 (or 0x968A65) is unknown color: approx Granite Green. HEX triplet: 96, 8A and 65. RGB value is (150,138,101). Sum of RGB (Red+Green+Blue) = 150+138+101=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A65 is #69759A. Grayscale: #898989. Windows color (decimal): -6911387 or 6654614. OLE color: 6654614.

HSL color Cylindrical-coordinate representation of color #968A65: hue angle of 45.31º 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 #968A65 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150138101-
CMYK00.080.330.41
HSL45.31º19.52%49.22%-
HSV(B)45.31º32.67%58.82%-
XYZ24.0225.615.99-
YUV137.37107.48137.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=38.56%
G=35.48%
B=25.96%

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
Decimal15013810100.080.330.4145.3119.5249.22
Hex968A650821292d1431
Octal2262121450104151552461
Binary100101101000101011001010100010000110100110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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