Html Css Color HEX #8E7C02 Olive

📋 copy color: '#8E7C02'

red 142 ◦ green 124 ◦ blue 2

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

Shades of Olive #8E7C02

Tints of Olive #8E7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 52.99%
G = 46.27%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E7C02 (or 0x8E7C02) is known color: Olive. HEX triplet: 8E, 7C and 02. RGB value is (142,124,2). Sum of RGB (Red+Green+Blue) = 142+124+2=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7C02 is #7183FD. Grayscale: #737373. Windows color (decimal): -7439358 or 162958. OLE color: 162958.

HSL color Cylindrical-coordinate representation of color #8E7C02: hue angle of 52.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E7C02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 124 2 -
CMYK 0 0.13 0.99 0.44
HSL 52.29º 0.97% 0.28% -
HSV(B) 52.29º 0.99% 0.56% -
XYZ 18.37 20.17 2.98 -
YUV 115.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 142 124 2 0 0.13 0.99 0.44 52.29 0.97 0.28
Hex 8E 7C 2 0 D 63 2C 34 61 1C
Octal 216 174 2 0 15 143 54 64 141 34
Binary 10001110 1111100 10 0 1101 1100011 101100 110100 1100001 11100

Color Harmonies of #8E7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C02

Black with #8E7C02

Text Example


Text Example

White with #8E7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,124,2); }

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

background-color css

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

 a { background-color: rgb(142,124,2); }

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

border-color css

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

 span { border-color: rgb(142,124,2); }

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