Html Css Color HEX #818501 Olive

📋 copy color: '#818501'

red 129 ◦ green 133 ◦ blue 1

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

Shades of Olive #818501

Tints of Olive #818501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 49.05%
G = 50.57%
B = 0.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#818501 (or 0x818501) is known color: Olive. HEX triplet: 81, 85 and 01. RGB value is (129,133,1). Sum of RGB (Red+Green+Blue) = 129+133+1=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #818501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818501 is #7E7AFE. Grayscale: #757575. Windows color (decimal): -8289023 or 99713. OLE color: 99713.

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

Color convert

RGB 129 133 1 -
CMYK 0.03 0 0.99 0.48
HSL 61.82º 0.99% 0.26% -
HSV(B) 61.82º 0.99% 0.52% -
XYZ 17.45 21.44 3.25 -
YUV 116.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 129 133 1 0.03 0 0.99 0.48 61.82 0.99 0.26
Hex 81 85 1 3 0 63 30 3E 63 1A
Octal 201 205 1 3 0 143 60 76 143 32
Binary 10000001 10000101 1 11 0 1100011 110000 111110 1100011 11010

Color Harmonies of #818501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818501

Black with #818501

Text Example


Text Example

White with #818501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818501; }

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

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

background-color css

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

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

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

border-color css

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

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

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