Html Css Color HEX #808F02 Olive

📋 copy color: '#808F02'

red 128 ◦ green 143 ◦ blue 2

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

Shades of Olive #808F02

Tints of Olive #808F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.38%

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

R = 46.89%
G = 52.38%
B = 0.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#808F02 (or 0x808F02) is known color: Olive. HEX triplet: 80, 8F and 02. RGB value is (128,143,2). Sum of RGB (Red+Green+Blue) = 128+143+2=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #808F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808F02 is #7F70FD. Grayscale: #7A7A7A. Windows color (decimal): -8351998 or 167808. OLE color: 167808.

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

Color convert

RGB 128 143 2 -
CMYK 0.10 0 0.99 0.44
HSL 66.38º 0.97% 0.28% -
HSV(B) 66.38º 0.99% 0.56% -
XYZ 18.74 24.24 3.75 -
YUV 122.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 128 143 2 0.10 0 0.99 0.44 66.38 0.97 0.28
Hex 80 8F 2 A 0 63 2C 42 61 1C
Octal 200 217 2 12 0 143 54 102 141 34
Binary 10000000 10001111 10 1010 0 1100011 101100 1000010 1100001 11100

Color Harmonies of #808F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F02

Black with #808F02

Text Example


Text Example

White with #808F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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