Html Css Color HEX #968562 Granite Green

📋 copy color: '#968562'

red 150 ◦ green 133 ◦ blue 98

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

Shades of Granite Green #968562

Tints of Granite Green #968562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 39.37%
G = 34.91%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#968562 (or 0x968562) is known color: Granite Green. HEX triplet: 96, 85 and 62. RGB value is (150,133,98). Sum of RGB (Red+Green+Blue) = 150+133+98=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968562 is #697A9D. Grayscale: #868686. Windows color (decimal): -6912670 or 6456726. OLE color: 6456726.

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

Color convert

RGB 150 133 98 -
CMYK 0 0.11 0.35 0.41
HSL 40.38º 0.21% 0.49% -
HSV(B) 40.38º 0.35% 0.59% -
XYZ 23.17 24.14 14.99 -
YUV 134.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 150 133 98 0 0.11 0.35 0.41 40.38 0.21 0.49
Hex 96 85 62 0 B 23 29 28 15 31
Octal 226 205 142 0 13 43 51 50 25 61
Binary 10010110 10000101 1100010 0 1011 100011 101001 101000 10101 110001

Color Harmonies of #968562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968562

Black with #968562

Text Example


Text Example

White with #968562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968562; }

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

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

background-color css

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

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

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

border-color css

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

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

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