Html Css Color HEX #819005 Olive

📋 copy color: '#819005'

red 129 ◦ green 144 ◦ blue 5

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

Shades of Olive #819005

Tints of Olive #819005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.8%

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 46.4%
G = 51.8%
B = 1.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#819005 (or 0x819005) is known color: Olive. HEX triplet: 81, 90 and 05. RGB value is (129,144,5). Sum of RGB (Red+Green+Blue) = 129+144+5=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #819005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819005 is #7E6FFA. Grayscale: #7C7C7C. Windows color (decimal): -8286203 or 364673. OLE color: 364673.

HSL color Cylindrical-coordinate representation of color #819005: hue angle of 66.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #819005 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 144 5 -
CMYK 0.10 0 0.97 0.44
HSL 66.47º 0.93% 0.29% -
HSV(B) 66.47º 0.97% 0.56% -
XYZ 19.05 24.62 3.89 -
YUV 123.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 129 144 5 0.10 0 0.97 0.44 66.47 0.93 0.29
Hex 81 90 5 A 0 61 2C 42 5D 1D
Octal 201 220 5 12 0 141 54 102 135 35
Binary 10000001 10010000 101 1010 0 1100001 101100 1000010 1011101 11101

Color Harmonies of #819005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819005

Black with #819005

Text Example


Text Example

White with #819005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819005; }

 p { color: rgb(129,144,5); }

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

background-color css

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

 a { background-color: rgb(129,144,5); }

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

border-color css

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

 span { border-color: rgb(129,144,5); }

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