Html Css Color HEX #968560 Granite Green

📋 copy color: '#968560'

red 150 ◦ green 133 ◦ blue 96

#968560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #968560

Tints of Granite Green #968560

RGB

 RED value IS 150 (58.98% from 255) = 39.58%

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 39.58%
G = 35.09%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#968560 (or 0x968560) is known color: Granite Green. HEX triplet: 96, 85 and 60. RGB value is (150,133,96). Sum of RGB (Red+Green+Blue) = 150+133+96=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #968560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968560 is #697A9F. Grayscale: #868686. Windows color (decimal): -6912672 or 6325654. OLE color: 6325654.

HSL color Cylindrical-coordinate representation of color #968560: hue angle of 41.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968560 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 96 -
CMYK 0 0.11 0.36 0.41
HSL 41.11º 0.22% 0.48% -
HSV(B) 41.11º 0.36% 0.59% -
XYZ 23.08 24.1 14.5 -
YUV 133.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 150 133 96 0 0.11 0.36 0.41 41.11 0.22 0.48
Hex 96 85 60 0 B 24 29 29 16 30
Octal 226 205 140 0 13 44 51 51 26 60
Binary 10010110 10000101 1100000 0 1011 100100 101001 101001 10110 110000

Color Harmonies of #968560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968560

Black with #968560

Text Example


Text Example

White with #968560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968560; }

 p { color: rgb(150,133,96); }

 H1.HeaderClassName
 {
   color: #968560;
 }
 .AnyTagClassName
 {
   color: #968560;
 }
</style>

background-color css

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

 a { background-color: rgb(150,133,96); }

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

border-color css

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

 span { border-color: rgb(150,133,96); }

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