#06801A

Color #06801A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #06801A

Tints of Green #06801A

Color information

#06801A (or 0x06801A) is unknown color: approx Green. HEX triplet: 06, 80 and 1A. RGB value is (6,128,26). Sum of RGB (Red+Green+Blue) = 6+128+26=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 128 (50.39% from 255 or 80% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 128 - color contains mainly: green. Hex color #06801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06801A is #F97FE5. Grayscale: #505050. Windows color (decimal): -16351206 or 1736710. OLE color: 1736710.

HSL color Cylindrical-coordinate representation of color #06801A: hue angle of 129.84º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06801A is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB612826-
CMYK0.9500.800.50
HSL129.84º91.04%26.27%-
HSV(B)129.84º95.31%50.2%-
XYZ7.9815.553.56-
YUV79.8997.5875.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 128 (50.39% from 255) = 80%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=3.75%
G=80%
B=16.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128260.9500.800.50129.8491.0426.27
Hex6801A5F05032825b1a
Octal62003213701206220213332
Binary110100000001101010111110101000011001010000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06801A; }

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

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

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

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

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

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

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

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