Html Css Color HEX #8C800A Olive

📋 copy color: '#8C800A'

red 140 ◦ green 128 ◦ blue 10

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

Shades of Olive #8C800A

Tints of Olive #8C800A

RGB

 RED value IS 140 (55.08% from 255) = 50.36%

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 10 (4.3% from 255) = 3.6%

R = 50.36%
G = 46.04%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8C800A (or 0x8C800A) is known color: Olive. HEX triplet: 8C, 80 and 0A. RGB value is (140,128,10). Sum of RGB (Red+Green+Blue) = 140+128+10=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C800A is #737FF5. Grayscale: #767676. Windows color (decimal): -7569398 or 688268. OLE color: 688268.

HSL color Cylindrical-coordinate representation of color #8C800A: hue angle of 54.46º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C800A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 128 10 -
CMYK 0 0.09 0.93 0.45
HSL 54.46º 0.87% 0.29% -
HSV(B) 54.46º 0.93% 0.55% -
XYZ 18.59 21.04 3.37 -
YUV 118.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 140 128 10 0 0.09 0.93 0.45 54.46 0.87 0.29
Hex 8C 80 A 0 9 5D 2D 36 57 1D
Octal 214 200 12 0 11 135 55 66 127 35
Binary 10001100 10000000 1010 0 1001 1011101 101101 110110 1010111 11101

Color Harmonies of #8C800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C800A

Black with #8C800A

Text Example


Text Example

White with #8C800A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,10); }

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

background-color css

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

 a { background-color: rgb(140,128,10); }

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

border-color css

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

 span { border-color: rgb(140,128,10); }

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