Html Css Color HEX #8C820F Olive

📋 copy color: '#8C820F'

red 140 ◦ green 130 ◦ blue 15

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

Shades of Olive #8C820F

Tints of Olive #8C820F

RGB

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

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

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

R = 49.12%
G = 45.61%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C820F (or 0x8C820F) is known color: Olive. HEX triplet: 8C, 82 and 0F. RGB value is (140,130,15). Sum of RGB (Red+Green+Blue) = 140+130+15=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C820F is #737DF0. Grayscale: #787878. Windows color (decimal): -7568881 or 1016460. OLE color: 1016460.

HSL color Cylindrical-coordinate representation of color #8C820F: hue angle of 55.2º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C820F is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 15 -
CMYK 0 0.07 0.89 0.45
HSL 55.2º 0.81% 0.3% -
HSV(B) 55.2º 0.89% 0.55% -
XYZ 18.88 21.58 3.62 -
YUV 119.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 140 130 15 0 0.07 0.89 0.45 55.2 0.81 0.3
Hex 8C 82 F 0 7 59 2D 37 51 1E
Octal 214 202 17 0 7 131 55 67 121 36
Binary 10001100 10000010 1111 0 111 1011001 101101 110111 1010001 11110

Color Harmonies of #8C820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C820F

Black with #8C820F

Text Example


Text Example

White with #8C820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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