Html Css Color HEX #817C00 Olive

📋 copy color: '#817C00'

red 129 ◦ green 124 ◦ blue 0

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

Shades of Olive #817C00

Tints of Olive #817C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.01%

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

R = 50.99%
G = 49.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#817C00 (or 0x817C00) is known color: Olive. HEX triplet: 81, 7C and 00. RGB value is (129,124,0). Sum of RGB (Red+Green+Blue) = 129+124+0=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #817C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C00 is #7E83FF. Grayscale: #6F6F6F. Windows color (decimal): -8291328 or 31873. OLE color: 31873.

HSL color Cylindrical-coordinate representation of color #817C00: hue angle of 57.67º 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 #817C00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 124 0 -
CMYK 0 0.04 1 0.49
HSL 57.67º 1% 0.25% -
HSV(B) 57.67º 1% 0.51% -
XYZ 16.26 19.08 2.83 -
YUV 111.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 129 124 0 0 0.04 1 0.49 57.67 1 0.25
Hex 81 7C 0 0 4 64 31 3A 64 19
Octal 201 174 0 0 4 144 61 72 144 31
Binary 10000001 1111100 0 0 100 1100100 110001 111010 1100100 11001

Color Harmonies of #817C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C00

Black with #817C00

Text Example


Text Example

White with #817C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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