Html Css Color HEX #968C62 Granite Green

📋 copy color: '#968C62'

red 150 ◦ green 140 ◦ blue 98

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

Shades of Granite Green #968C62

Tints of Granite Green #968C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 38.66%
G = 36.08%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#968C62 (or 0x968C62) is known color: Granite Green. HEX triplet: 96, 8C and 62. RGB value is (150,140,98). Sum of RGB (Red+Green+Blue) = 150+140+98=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C62 is #69739D. Grayscale: #8A8A8A. Windows color (decimal): -6910878 or 6458518. OLE color: 6458518.

HSL color Cylindrical-coordinate representation of color #968C62: hue angle of 48.46º 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 #968C62 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 98 -
CMYK 0 0.07 0.35 0.41
HSL 48.46º 0.21% 0.49% -
HSV(B) 48.46º 0.35% 0.59% -
XYZ 24.16 26.12 15.32 -
YUV 138.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 150 140 98 0 0.07 0.35 0.41 48.46 0.21 0.49
Hex 96 8C 62 0 7 23 29 30 15 31
Octal 226 214 142 0 7 43 51 60 25 61
Binary 10010110 10001100 1100010 0 111 100011 101001 110000 10101 110001

Color Harmonies of #968C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C62

Black with #968C62

Text Example


Text Example

White with #968C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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