#6A8000

Color #6A8000 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6A8000

Tints of Olive #6A8000

Color information

#6A8000 (or 0x6A8000) is unknown color: approx Olive. HEX triplet: 6A, 80 and 00. RGB value is (106,128,0). Sum of RGB (Red+Green+Blue) = 106+128+0=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8000 is #957FFF. Grayscale: #6B6B6B. Windows color (decimal): -9797632 or 32874. OLE color: 32874.

HSL color Cylindrical-coordinate representation of color #6A8000: hue angle of 70.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A8000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1061280-
CMYK0.17010.50
HSL70.31º100%25.1%-
HSV(B)70.31º100%50.2%-
XYZ13.6618.52.85-
YUV106.8367.71127.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 128 (50.39% from 255) = 54.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.30%
G=54.70%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10612800.17010.5070.3110025.1
Hex6A8001106432466419
Octal15220002101446210614431
Binary110101010000000010001011001001100101000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8000; }

 p { color: rgb(106,128,0); }

 H1.HeaderClassName
 {
   color: #6A8000;
 }
 .AnyTagClassName
 {
   color: #6A8000;
 }
</style>
background-color css

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

 a { background-color: rgb(106,128,0); }

 div.DivClassName
 {
   background-color: #6A8000;
 }
 .BgClassName
 {
   background-color: #6A8000;
 }
</style>
border-color css

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

 span { border-color: rgb(106,128,0); }

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