Html Css Color HEX #8C8013 Olive

📋 copy color: '#8C8013'

red 140 ◦ green 128 ◦ blue 19

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

Shades of Olive #8C8013

Tints of Olive #8C8013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 48.78%
G = 44.6%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C8013 (or 0x8C8013) is known color: Olive. HEX triplet: 8C, 80 and 13. RGB value is (140,128,19). Sum of RGB (Red+Green+Blue) = 140+128+19=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8013 is #737FEC. Grayscale: #777777. Windows color (decimal): -7569389 or 1278092. OLE color: 1278092.

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

Color convert

RGB 140 128 19 -
CMYK 0 0.09 0.86 0.45
HSL 54.05º 0.76% 0.31% -
HSV(B) 54.05º 0.86% 0.55% -
XYZ 18.65 21.06 3.7 -
YUV 119.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 140 128 19 0 0.09 0.86 0.45 54.05 0.76 0.31
Hex 8C 80 13 0 9 56 2D 36 4C 1F
Octal 214 200 23 0 11 126 55 66 114 37
Binary 10001100 10000000 10011 0 1001 1010110 101101 110110 1001100 11111

Color Harmonies of #8C8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8013

Black with #8C8013

Text Example


Text Example

White with #8C8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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