Html Css Color HEX #8F8868 Granite Green

📋 copy color: '#8F8868'

red 143 ◦ green 136 ◦ blue 104

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

Shades of Granite Green #8F8868

Tints of Granite Green #8F8868

RGB

 RED value IS 143 (56.25% from 255) = 37.34%

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 37.34%
G = 35.51%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8F8868 (or 0x8F8868) is known color: Granite Green. HEX triplet: 8F, 88 and 68. RGB value is (143,136,104). Sum of RGB (Red+Green+Blue) = 143+136+104=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8868 is #707797. Grayscale: #868686. Windows color (decimal): -7370648 or 6850703. OLE color: 6850703.

HSL color Cylindrical-coordinate representation of color #8F8868: hue angle of 49.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8868 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 136 104 -
CMYK 0 0.05 0.27 0.44
HSL 49.23º 0.16% 0.48% -
HSV(B) 49.23º 0.27% 0.56% -
XYZ 22.63 24.45 16.62 -
YUV 134.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 143 136 104 0 0.05 0.27 0.44 49.23 0.16 0.48
Hex 8F 88 68 0 5 1B 2C 31 10 30
Octal 217 210 150 0 5 33 54 61 20 60
Binary 10001111 10001000 1101000 0 101 11011 101100 110001 10000 110000

Color Harmonies of #8F8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8868

Black with #8F8868

Text Example


Text Example

White with #8F8868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,104); }

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

background-color css

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

 a { background-color: rgb(143,136,104); }

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

border-color css

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

 span { border-color: rgb(143,136,104); }

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