Html Css Color HEX #809502 Olive

📋 copy color: '#809502'

red 128 ◦ green 149 ◦ blue 2

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

Shades of Olive #809502

Tints of Olive #809502

RGB

 RED value IS 128 (50.39% from 255) = 45.88%

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 45.88%
G = 53.41%
B = 0.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#809502 (or 0x809502) is known color: Olive. HEX triplet: 80, 95 and 02. RGB value is (128,149,2). Sum of RGB (Red+Green+Blue) = 128+149+2=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #809502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809502 is #7F6AFD. Grayscale: #7E7E7E. Windows color (decimal): -8350462 or 169344. OLE color: 169344.

HSL color Cylindrical-coordinate representation of color #809502: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809502 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 2 -
CMYK 0.14 0 0.99 0.42
HSL 68.57º 0.97% 0.3% -
HSV(B) 68.57º 0.99% 0.58% -
XYZ 19.66 26.09 4.06 -
YUV 125.96 58.04 129.45 -
System Red Green Blue C M Y K H S L
Decimal 128 149 2 0.14 0 0.99 0.42 68.57 0.97 0.3
Hex 80 95 2 E 0 63 2A 45 61 1E
Octal 200 225 2 16 0 143 52 105 141 36
Binary 10000000 10010101 10 1110 0 1100011 101010 1000101 1100001 11110

Color Harmonies of #809502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809502

Black with #809502

Text Example


Text Example

White with #809502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809502; }

 p { color: rgb(128,149,2); }

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

background-color css

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

 a { background-color: rgb(128,149,2); }

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

border-color css

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

 span { border-color: rgb(128,149,2); }

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