Html Css Color HEX #818500 Olive

📋 copy color: '#818500'

red 129 ◦ green 133 ◦ blue 0

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

Shades of Olive #818500

Tints of Olive #818500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

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

R = 49.24%
G = 50.76%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#818500 (or 0x818500) is known color: Olive. HEX triplet: 81, 85 and 00. RGB value is (129,133,0). Sum of RGB (Red+Green+Blue) = 129+133+0=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #818500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818500 is #7E7AFF. Grayscale: #757575. Windows color (decimal): -8289024 or 34177. OLE color: 34177.

HSL color Cylindrical-coordinate representation of color #818500: hue angle of 61.8º 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 #818500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 133 0 -
CMYK 0.03 0 1 0.48
HSL 61.8º 1% 0.26% -
HSV(B) 61.8º 1% 0.52% -
XYZ 17.44 21.44 3.22 -
YUV 116.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 129 133 0 0.03 0 1 0.48 61.8 1 0.26
Hex 81 85 0 3 0 64 30 3E 64 1A
Octal 201 205 0 3 0 144 60 76 144 32
Binary 10000001 10000101 0 11 0 1100100 110000 111110 1100100 11010

Color Harmonies of #818500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818500

Black with #818500

Text Example


Text Example

White with #818500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818500; }

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

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

background-color css

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

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

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

border-color css

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

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

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