Html Css Color HEX #8E830F Olive

📋 copy color: '#8E830F'

red 142 ◦ green 131 ◦ blue 15

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

Shades of Olive #8E830F

Tints of Olive #8E830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 49.31%
G = 45.49%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E830F (or 0x8E830F) is known color: Olive. HEX triplet: 8E, 83 and 0F. RGB value is (142,131,15). Sum of RGB (Red+Green+Blue) = 142+131+15=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E830F is #717CF0. Grayscale: #797979. Windows color (decimal): -7437553 or 1016718. OLE color: 1016718.

HSL color Cylindrical-coordinate representation of color #8E830F: hue angle of 54.8º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E830F is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 131 15 -
CMYK 0 0.08 0.89 0.44
HSL 54.8º 0.81% 0.31% -
HSV(B) 54.8º 0.89% 0.56% -
XYZ 19.36 22.02 3.68 -
YUV 121.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 142 131 15 0 0.08 0.89 0.44 54.8 0.81 0.31
Hex 8E 83 F 0 8 59 2C 37 51 1F
Octal 216 203 17 0 10 131 54 67 121 37
Binary 10001110 10000011 1111 0 1000 1011001 101100 110111 1010001 11111

Color Harmonies of #8E830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E830F

Black with #8E830F

Text Example


Text Example

White with #8E830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,15); }

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

background-color css

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

 a { background-color: rgb(142,131,15); }

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

border-color css

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

 span { border-color: rgb(142,131,15); }

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