Html Css Color HEX #968A63 Granite Green

📋 copy color: '#968A63'

red 150 ◦ green 138 ◦ blue 99

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

Shades of Granite Green #968A63

Tints of Granite Green #968A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 99 (39.06% from 255) = 25.58%

R = 38.76%
G = 35.66%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#968A63 (or 0x968A63) is known color: Granite Green. HEX triplet: 96, 8A and 63. RGB value is (150,138,99). Sum of RGB (Red+Green+Blue) = 150+138+99=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A63 is #69759C. Grayscale: #898989. Windows color (decimal): -6911389 or 6523542. OLE color: 6523542.

HSL color Cylindrical-coordinate representation of color #968A63: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968A63 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 99 -
CMYK 0 0.08 0.34 0.41
HSL 45.88º 0.2% 0.49% -
HSV(B) 45.88º 0.34% 0.59% -
XYZ 23.92 25.56 15.48 -
YUV 137.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 150 138 99 0 0.08 0.34 0.41 45.88 0.2 0.49
Hex 96 8A 63 0 8 22 29 2E 14 31
Octal 226 212 143 0 10 42 51 56 24 61
Binary 10010110 10001010 1100011 0 1000 100010 101001 101110 10100 110001

Color Harmonies of #968A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A63

Black with #968A63

Text Example


Text Example

White with #968A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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