Html Css Color HEX #816E01 Olive

📋 copy color: '#816E01'

red 129 ◦ green 110 ◦ blue 1

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

Shades of Olive #816E01

Tints of Olive #816E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.83%

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

R = 53.75%
G = 45.83%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#816E01 (or 0x816E01) is known color: Olive. HEX triplet: 81, 6E and 01. RGB value is (129,110,1). Sum of RGB (Red+Green+Blue) = 129+110+1=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #816E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E01 is #7E91FE. Grayscale: #676767. Windows color (decimal): -8294911 or 93825. OLE color: 93825.

HSL color Cylindrical-coordinate representation of color #816E01: hue angle of 51.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #816E01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 110 1 -
CMYK 0 0.15 0.99 0.49
HSL 51.09º 0.98% 0.25% -
HSV(B) 51.09º 0.99% 0.51% -
XYZ 14.63 15.82 2.31 -
YUV 103.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 129 110 1 0 0.15 0.99 0.49 51.09 0.98 0.25
Hex 81 6E 1 0 F 63 31 33 62 19
Octal 201 156 1 0 17 143 61 63 142 31
Binary 10000001 1101110 1 0 1111 1100011 110001 110011 1100010 11001

Color Harmonies of #816E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E01

Black with #816E01

Text Example


Text Example

White with #816E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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