Html Css Color HEX #93876A Granite Green

📋 copy color: '#93876A'

red 147 ◦ green 135 ◦ blue 106

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

Shades of Granite Green #93876A

Tints of Granite Green #93876A

RGB

 RED value IS 147 (57.81% from 255) = 37.89%

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 37.89%
G = 34.79%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93876A (or 0x93876A) is known color: Granite Green. HEX triplet: 93, 87 and 6A. RGB value is (147,135,106). Sum of RGB (Red+Green+Blue) = 147+135+106=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93876A is #6C7895. Grayscale: #878787. Windows color (decimal): -7108758 or 6981523. OLE color: 6981523.

HSL color Cylindrical-coordinate representation of color #93876A: hue angle of 42.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93876A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 106 -
CMYK 0 0.08 0.28 0.42
HSL 42.44º 0.16% 0.5% -
HSV(B) 42.44º 0.28% 0.58% -
XYZ 23.3 24.57 17.15 -
YUV 135.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 147 135 106 0 0.08 0.28 0.42 42.44 0.16 0.5
Hex 93 87 6A 0 8 1C 2A 2A 10 32
Octal 223 207 152 0 10 34 52 52 20 62
Binary 10010011 10000111 1101010 0 1000 11100 101010 101010 10000 110010

Color Harmonies of #93876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93876A

Black with #93876A

Text Example


Text Example

White with #93876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93876A; }

 p { color: rgb(147,135,106); }

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

background-color css

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

 a { background-color: rgb(147,135,106); }

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

border-color css

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

 span { border-color: rgb(147,135,106); }

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