Html Css Color HEX #96875C Granite Green

📋 copy color: '#96875C'

red 150 ◦ green 135 ◦ blue 92

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

Shades of Granite Green #96875C

Tints of Granite Green #96875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 39.79%
G = 35.81%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96875C (or 0x96875C) is known color: Granite Green. HEX triplet: 96, 87 and 5C. RGB value is (150,135,92). Sum of RGB (Red+Green+Blue) = 150+135+92=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96875C is #6978A3. Grayscale: #868686. Windows color (decimal): -6912164 or 6064022. OLE color: 6064022.

HSL color Cylindrical-coordinate representation of color #96875C: hue angle of 44.48º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96875C is Cyan = 0, Magento = 0.1, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 92 -
CMYK 0 0.1 0.39 0.41
HSL 44.48º 0.24% 0.47% -
HSV(B) 44.48º 0.39% 0.59% -
XYZ 23.17 24.58 13.65 -
YUV 134.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 150 135 92 0 0.1 0.39 0.41 44.48 0.24 0.47
Hex 96 87 5C 0 A 27 29 2C 18 2F
Octal 226 207 134 0 12 47 51 54 30 57
Binary 10010110 10000111 1011100 0 1010 100111 101001 101100 11000 101111

Color Harmonies of #96875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96875C

Black with #96875C

Text Example


Text Example

White with #96875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96875C; }

 p { color: rgb(150,135,92); }

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

background-color css

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

 a { background-color: rgb(150,135,92); }

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

border-color css

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

 span { border-color: rgb(150,135,92); }

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