Html Css Color HEX #819701 Olive

📋 copy color: '#819701'

red 129 ◦ green 151 ◦ blue 1

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

Shades of Olive #819701

Tints of Olive #819701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.74%

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

R = 45.91%
G = 53.74%
B = 0.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#819701 (or 0x819701) is known color: Olive. HEX triplet: 81, 97 and 01. RGB value is (129,151,1). Sum of RGB (Red+Green+Blue) = 129+151+1=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #819701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819701 is #7E68FE. Grayscale: #7F7F7F. Windows color (decimal): -8284415 or 104321. OLE color: 104321.

HSL color Cylindrical-coordinate representation of color #819701: hue angle of 68.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #819701 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 151 1 -
CMYK 0.15 0 0.99 0.41
HSL 68.8º 0.99% 0.3% -
HSV(B) 68.8º 0.99% 0.59% -
XYZ 20.13 26.8 4.14 -
YUV 127.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 129 151 1 0.15 0 0.99 0.41 68.8 0.99 0.3
Hex 81 97 1 F 0 63 29 45 63 1E
Octal 201 227 1 17 0 143 51 105 143 36
Binary 10000001 10010111 1 1111 0 1100011 101001 1000101 1100011 11110

Color Harmonies of #819701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819701

Black with #819701

Text Example


Text Example

White with #819701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819701; }

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

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

background-color css

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

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

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

border-color css

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

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

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