Html Css Color HEX #93876B Granite Green

📋 copy color: '#93876B'

red 147 ◦ green 135 ◦ blue 107

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

Shades of Granite Green #93876B

Tints of Granite Green #93876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 37.79%
G = 34.7%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93876B (or 0x93876B) is known color: Granite Green. HEX triplet: 93, 87 and 6B. RGB value is (147,135,107). Sum of RGB (Red+Green+Blue) = 147+135+107=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93876B is #6C7894. Grayscale: #878787. Windows color (decimal): -7108757 or 7047059. OLE color: 7047059.

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

Color convert

RGB 147 135 107 -
CMYK 0 0.08 0.27 0.42
HSL 42º 0.16% 0.5% -
HSV(B) 42º 0.27% 0.58% -
XYZ 23.35 24.59 17.43 -
YUV 135.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 147 135 107 0 0.08 0.27 0.42 42 0.16 0.5
Hex 93 87 6B 0 8 1B 2A 2A 10 32
Octal 223 207 153 0 10 33 52 52 20 62
Binary 10010011 10000111 1101011 0 1000 11011 101010 101010 10000 110010

Color Harmonies of #93876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93876B

Black with #93876B

Text Example


Text Example

White with #93876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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