Html Css Color HEX #8C820A Olive

📋 copy color: '#8C820A'

red 140 ◦ green 130 ◦ blue 10

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

Shades of Olive #8C820A

Tints of Olive #8C820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 50%
G = 46.43%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8C820A (or 0x8C820A) is known color: Olive. HEX triplet: 8C, 82 and 0A. RGB value is (140,130,10). Sum of RGB (Red+Green+Blue) = 140+130+10=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C820A is #737DF5. Grayscale: #777777. Windows color (decimal): -7568886 or 688780. OLE color: 688780.

HSL color Cylindrical-coordinate representation of color #8C820A: hue angle of 55.38º 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 #8C820A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 10 -
CMYK 0 0.07 0.93 0.45
HSL 55.38º 0.87% 0.29% -
HSV(B) 55.38º 0.93% 0.55% -
XYZ 18.85 21.56 3.46 -
YUV 119.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 140 130 10 0 0.07 0.93 0.45 55.38 0.87 0.29
Hex 8C 82 A 0 7 5D 2D 37 57 1D
Octal 214 202 12 0 7 135 55 67 127 35
Binary 10001100 10000010 1010 0 111 1011101 101101 110111 1010111 11101

Color Harmonies of #8C820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C820A

Black with #8C820A

Text Example


Text Example

White with #8C820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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