Html Css Color HEX #968566 Granite Green

📋 copy color: '#968566'

red 150 ◦ green 133 ◦ blue 102

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

Shades of Granite Green #968566

Tints of Granite Green #968566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 38.96%
G = 34.55%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#968566 (or 0x968566) is known color: Granite Green. HEX triplet: 96, 85 and 66. RGB value is (150,133,102). Sum of RGB (Red+Green+Blue) = 150+133+102=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968566 is #697A99. Grayscale: #868686. Windows color (decimal): -6912666 or 6718870. OLE color: 6718870.

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

Color convert

RGB 150 133 102 -
CMYK 0 0.11 0.32 0.41
HSL 38.75º 0.19% 0.49% -
HSV(B) 38.75º 0.32% 0.59% -
XYZ 23.36 24.22 16.01 -
YUV 134.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 150 133 102 0 0.11 0.32 0.41 38.75 0.19 0.49
Hex 96 85 66 0 B 20 29 27 13 31
Octal 226 205 146 0 13 40 51 47 23 61
Binary 10010110 10000101 1100110 0 1011 100000 101001 100111 10011 110001

Color Harmonies of #968566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968566

Black with #968566

Text Example


Text Example

White with #968566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968566; }

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

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

background-color css

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

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

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

border-color css

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

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

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