Html Css Color HEX #819E01 Olive

📋 copy color: '#819E01'

red 129 ◦ green 158 ◦ blue 1

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

Shades of Olive #819E01

Tints of Olive #819E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.86%

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

R = 44.79%
G = 54.86%
B = 0.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#819E01 (or 0x819E01) is known color: Olive. HEX triplet: 81, 9E and 01. RGB value is (129,158,1). Sum of RGB (Red+Green+Blue) = 129+158+1=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #819E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819E01 is #7E61FE. Grayscale: #848484. Windows color (decimal): -8282623 or 106113. OLE color: 106113.

HSL color Cylindrical-coordinate representation of color #819E01: hue angle of 71.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #819E01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 158 1 -
CMYK 0.18 0 0.99 0.38
HSL 71.08º 0.99% 0.31% -
HSV(B) 71.08º 0.99% 0.62% -
XYZ 21.29 29.12 4.53 -
YUV 131.43 54.39 126.27 -
System Red Green Blue C M Y K H S L
Decimal 129 158 1 0.18 0 0.99 0.38 71.08 0.99 0.31
Hex 81 9E 1 12 0 63 26 47 63 1F
Octal 201 236 1 22 0 143 46 107 143 37
Binary 10000001 10011110 1 10010 0 1100011 100110 1000111 1100011 11111

Color Harmonies of #819E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819E01

Black with #819E01

Text Example


Text Example

White with #819E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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