Html Css Color HEX #8E855F Granite Green

📋 copy color: '#8E855F'

red 142 ◦ green 133 ◦ blue 95

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

Shades of Granite Green #8E855F

Tints of Granite Green #8E855F

RGB

 RED value IS 142 (55.86% from 255) = 38.38%

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 38.38%
G = 35.95%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E855F (or 0x8E855F) is known color: Granite Green. HEX triplet: 8E, 85 and 5F. RGB value is (142,133,95). Sum of RGB (Red+Green+Blue) = 142+133+95=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E855F is #717AA0. Grayscale: #838383. Windows color (decimal): -7436961 or 6260110. OLE color: 6260110.

HSL color Cylindrical-coordinate representation of color #8E855F: hue angle of 48.51º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E855F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 95 -
CMYK 0 0.06 0.33 0.44
HSL 48.51º 0.2% 0.46% -
HSV(B) 48.51º 0.33% 0.56% -
XYZ 21.61 23.35 14.19 -
YUV 131.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 142 133 95 0 0.06 0.33 0.44 48.51 0.2 0.46
Hex 8E 85 5F 0 6 21 2C 31 14 2E
Octal 216 205 137 0 6 41 54 61 24 56
Binary 10001110 10000101 1011111 0 110 100001 101100 110001 10100 101110

Color Harmonies of #8E855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E855F

Black with #8E855F

Text Example


Text Example

White with #8E855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E855F; }

 p { color: rgb(142,133,95); }

 H1.HeaderClassName
 {
   color: #8E855F;
 }
 .AnyTagClassName
 {
   color: #8E855F;
 }
</style>

background-color css

<style>
 a { background-color: #8E855F; }

 a { background-color: rgb(142,133,95); }

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

border-color css

<style>
 span { border-color: #8E855F; }

 span { border-color: rgb(142,133,95); }

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