#8C830A

Color #8C830A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8C830A

Tints of Olive #8C830A

Color information

#8C830A (or 0x8C830A) is unknown color: approx Olive. HEX triplet: 8C, 83 and 0A. RGB value is (140,131,10). Sum of RGB (Red+Green+Blue) = 140+131+10=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830A is #737CF5. Grayscale: #787878. Windows color (decimal): -7568630 or 689036. OLE color: 689036.

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

Color convert

RGB14013110-
CMYK00.060.930.45
HSL55.85º86.67%29.41%-
HSV(B)55.85º92.86%54.9%-
XYZ18.9921.833.5-
YUV119.965.98142.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=49.82%
G=46.62%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401311000.060.930.4555.8586.6729.41
Hex8C83A065D2D38571d
Octal2142031206135557012735
Binary1000110010000011101001101011101101101111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C830A;
 }
 .AnyTagClassName
 {
   color: #8C830A;
 }
</style>
background-color css

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

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

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

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

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

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