Html Css Color HEX #968864 Granite Green

📋 copy color: '#968864'

red 150 ◦ green 136 ◦ blue 100

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

Shades of Granite Green #968864

Tints of Granite Green #968864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 38.86%
G = 35.23%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#968864 (or 0x968864) is known color: Granite Green. HEX triplet: 96, 88 and 64. RGB value is (150,136,100). Sum of RGB (Red+Green+Blue) = 150+136+100=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968864 is #69779B. Grayscale: #888888. Windows color (decimal): -6911900 or 6588566. OLE color: 6588566.

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

Color convert

RGB 150 136 100 -
CMYK 0 0.09 0.33 0.41
HSL 43.2º 0.2% 0.49% -
HSV(B) 43.2º 0.33% 0.59% -
XYZ 23.68 25.01 15.64 -
YUV 136.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 150 136 100 0 0.09 0.33 0.41 43.2 0.2 0.49
Hex 96 88 64 0 9 21 29 2B 14 31
Octal 226 210 144 0 11 41 51 53 24 61
Binary 10010110 10001000 1100100 0 1001 100001 101001 101011 10100 110001

Color Harmonies of #968864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968864

Black with #968864

Text Example


Text Example

White with #968864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968864; }

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

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

background-color css

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

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

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

border-color css

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

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

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