#819B01

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

Shades of Olive #819B01

Tints of Olive #819B01

Color information

#819B01 (or 0x819B01) is unknown color: approx Olive. HEX triplet: 81, 9B and 01. RGB value is (129,155,1). Sum of RGB (Red+Green+Blue) = 129+155+1=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #819B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819B01 is #7E64FE. Grayscale: #828282. Windows color (decimal): -8283391 or 105345. OLE color: 105345.

HSL color Cylindrical-coordinate representation of color #819B01: hue angle of 70.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #819B01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1291551-
CMYK0.1700.990.39
HSL70.13º98.72%30.59%-
HSV(B)70.13º99.35%60.78%-
XYZ20.7828.114.36-
YUV129.6755.39127.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 155 (60.94% from 255) = 54.39%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=45.26%
G=54.39%
B=0.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12915510.1700.990.3970.1398.7230.59
Hex819B1110632746631f
Octal20123312101434710614337
Binary1000000110011011110001011000111001111000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819B01; }

 p { color: rgb(129,155,1); }

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

<style>
 a { background-color: #819B01; }

 a { background-color: rgb(129,155,1); }

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

<style>
 span { border-color: #819B01; }

 span { border-color: rgb(129,155,1); }

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