Html Css Color HEX #818400 Olive

📋 copy color: '#818400'

red 129 ◦ green 132 ◦ blue 0

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

Shades of Olive #818400

Tints of Olive #818400

RGB

 RED value IS 129 (50.78% from 255) = 49.43%

 GREEN value IS 132 (51.95% from 255) = 50.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.43%
G = 50.57%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#818400 (or 0x818400) is known color: Olive. HEX triplet: 81, 84 and 00. RGB value is (129,132,0). Sum of RGB (Red+Green+Blue) = 129+132+0=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #818400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818400 is #7E7BFF. Grayscale: #747474. Windows color (decimal): -8289280 or 33921. OLE color: 33921.

HSL color Cylindrical-coordinate representation of color #818400: hue angle of 61.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #818400 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 0 -
CMYK 0.02 0 1 0.48
HSL 61.36º 1% 0.26% -
HSV(B) 61.36º 1% 0.52% -
XYZ 17.3 21.17 3.17 -
YUV 116.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 129 132 0 0.02 0 1 0.48 61.36 1 0.26
Hex 81 84 0 2 0 64 30 3D 64 1A
Octal 201 204 0 2 0 144 60 75 144 32
Binary 10000001 10000100 0 10 0 1100100 110000 111101 1100100 11010

Color Harmonies of #818400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818400

Black with #818400

Text Example


Text Example

White with #818400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818400; }

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

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

background-color css

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

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

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

border-color css

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

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

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