Html Css Color HEX #808F06 Olive

📋 copy color: '#808F06'

red 128 ◦ green 143 ◦ blue 6

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

Shades of Olive #808F06

Tints of Olive #808F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 46.21%
G = 51.62%
B = 2.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#808F06 (or 0x808F06) is known color: Olive. HEX triplet: 80, 8F and 06. RGB value is (128,143,6). Sum of RGB (Red+Green+Blue) = 128+143+6=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #808F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808F06 is #7F70F9. Grayscale: #7B7B7B. Windows color (decimal): -8351994 or 429952. OLE color: 429952.

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

Color convert

RGB 128 143 6 -
CMYK 0.10 0 0.96 0.44
HSL 66.57º 0.92% 0.29% -
HSV(B) 66.57º 0.96% 0.56% -
XYZ 18.76 24.25 3.86 -
YUV 122.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 128 143 6 0.10 0 0.96 0.44 66.57 0.92 0.29
Hex 80 8F 6 A 0 60 2C 43 5C 1D
Octal 200 217 6 12 0 140 54 103 134 35
Binary 10000000 10001111 110 1010 0 1100000 101100 1000011 1011100 11101

Color Harmonies of #808F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F06

Black with #808F06

Text Example


Text Example

White with #808F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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