Html Css Color HEX #8A8013 Olive

📋 copy color: '#8A8013'

red 138 ◦ green 128 ◦ blue 19

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

Shades of Olive #8A8013

Tints of Olive #8A8013

RGB

 RED value IS 138 (54.3% from 255) = 48.42%

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

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

R = 48.42%
G = 44.91%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A8013 (or 0x8A8013) is known color: Olive. HEX triplet: 8A, 80 and 13. RGB value is (138,128,19). Sum of RGB (Red+Green+Blue) = 138+128+19=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8013 is #757FEC. Grayscale: #777777. Windows color (decimal): -7700461 or 1278090. OLE color: 1278090.

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

Color convert

RGB 138 128 19 -
CMYK 0 0.07 0.86 0.46
HSL 54.96º 0.76% 0.31% -
HSV(B) 54.96º 0.86% 0.54% -
XYZ 18.32 20.89 3.68 -
YUV 118.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 138 128 19 0 0.07 0.86 0.46 54.96 0.76 0.31
Hex 8A 80 13 0 7 56 2E 37 4C 1F
Octal 212 200 23 0 7 126 56 67 114 37
Binary 10001010 10000000 10011 0 111 1010110 101110 110111 1001100 11111

Color Harmonies of #8A8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8013

Black with #8A8013

Text Example


Text Example

White with #8A8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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