#818B00

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

Shades of Olive #818B00

Tints of Olive #818B00

Color information

#818B00 (or 0x818B00) is unknown color: approx Olive. HEX triplet: 81, 8B and 00. RGB value is (129,139,0). Sum of RGB (Red+Green+Blue) = 129+139+0=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #818B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B00 is #7E74FF. Grayscale: #787878. Windows color (decimal): -8287488 or 35713. OLE color: 35713.

HSL color Cylindrical-coordinate representation of color #818B00: hue angle of 64.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #818B00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1291390-
CMYK0.07010.45
HSL64.32º100%27.25%-
HSV(B)64.32º100%54.51%-
XYZ18.2923.133.5-
YUV120.1660.19134.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 139 (54.69% from 255) = 51.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.13%
G=51.87%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12913900.07010.4564.3210027.25
Hex818B070642D40641b
Octal2012130701445510014433
Binary10000001100010110111011001001011011000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B00; }

 p { color: rgb(129,139,0); }

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

<style>
 a { background-color: #818B00; }

 a { background-color: rgb(129,139,0); }

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

<style>
 span { border-color: #818B00; }

 span { border-color: rgb(129,139,0); }

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