Html Css Color HEX #8C820C Olive

📋 copy color: '#8C820C'

red 140 ◦ green 130 ◦ blue 12

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

Shades of Olive #8C820C

Tints of Olive #8C820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 49.65%
G = 46.1%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C820C (or 0x8C820C) is known color: Olive. HEX triplet: 8C, 82 and 0C. RGB value is (140,130,12). Sum of RGB (Red+Green+Blue) = 140+130+12=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C820C is #737DF3. Grayscale: #787878. Windows color (decimal): -7568884 or 819852. OLE color: 819852.

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

Color convert

RGB 140 130 12 -
CMYK 0 0.07 0.91 0.45
HSL 55.31º 0.84% 0.3% -
HSV(B) 55.31º 0.91% 0.55% -
XYZ 18.86 21.57 3.52 -
YUV 119.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 140 130 12 0 0.07 0.91 0.45 55.31 0.84 0.3
Hex 8C 82 C 0 7 5B 2D 37 54 1E
Octal 214 202 14 0 7 133 55 67 124 36
Binary 10001100 10000010 1100 0 111 1011011 101101 110111 1010100 11110

Color Harmonies of #8C820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C820C

Black with #8C820C

Text Example


Text Example

White with #8C820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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