Html Css Color HEX #819B05 Olive

📋 copy color: '#819B05'

red 129 ◦ green 155 ◦ blue 5

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

Shades of Olive #819B05

Tints of Olive #819B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.63%

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

R = 44.64%
G = 53.63%
B = 1.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#819B05 (or 0x819B05) is known color: Olive. HEX triplet: 81, 9B and 05. RGB value is (129,155,5). Sum of RGB (Red+Green+Blue) = 129+155+5=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #819B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819B05 is #7E64FA. Grayscale: #828282. Windows color (decimal): -8283387 or 367489. OLE color: 367489.

HSL color Cylindrical-coordinate representation of color #819B05: hue angle of 70.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #819B05 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 5 -
CMYK 0.17 0 0.97 0.39
HSL 70.4º 0.94% 0.31% -
HSV(B) 70.4º 0.97% 0.61% -
XYZ 20.8 28.12 4.48 -
YUV 130.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 129 155 5 0.17 0 0.97 0.39 70.4 0.94 0.31
Hex 81 9B 5 11 0 61 27 46 5E 1F
Octal 201 233 5 21 0 141 47 106 136 37
Binary 10000001 10011011 101 10001 0 1100001 100111 1000110 1011110 11111

Color Harmonies of #819B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B05

Black with #819B05

Text Example


Text Example

White with #819B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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