Html Css Color HEX #817E00 Olive

📋 copy color: '#817E00'

red 129 ◦ green 126 ◦ blue 0

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

Shades of Olive #817E00

Tints of Olive #817E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.41%

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

R = 50.59%
G = 49.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#817E00 (or 0x817E00) is known color: Olive. HEX triplet: 81, 7E and 00. RGB value is (129,126,0). Sum of RGB (Red+Green+Blue) = 129+126+0=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #817E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817E00 is #7E81FF. Grayscale: #717171. Windows color (decimal): -8290816 or 32385. OLE color: 32385.

HSL color Cylindrical-coordinate representation of color #817E00: hue angle of 58.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #817E00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 126 0 -
CMYK 0 0.02 1 0.49
HSL 58.6º 1% 0.25% -
HSV(B) 58.6º 1% 0.51% -
XYZ 16.51 19.59 2.91 -
YUV 112.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 129 126 0 0 0.02 1 0.49 58.6 1 0.25
Hex 81 7E 0 0 2 64 31 3B 64 19
Octal 201 176 0 0 2 144 61 73 144 31
Binary 10000001 1111110 0 0 10 1100100 110001 111011 1100100 11001

Color Harmonies of #817E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E00

Black with #817E00

Text Example


Text Example

White with #817E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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