#06801B

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

Shades of Green #06801B

Tints of Green #06801B

Color information

#06801B (or 0x06801B) is unknown color: approx Green. HEX triplet: 06, 80 and 1B. RGB value is (6,128,27). Sum of RGB (Red+Green+Blue) = 6+128+27=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 128 (50.39% from 255 or 79.50% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 128 - color contains mainly: green. Hex color #06801B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06801B is #F97FE4. Grayscale: #505050. Windows color (decimal): -16351205 or 1802246. OLE color: 1802246.

HSL color Cylindrical-coordinate representation of color #06801B: hue angle of 130.33º 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 #06801B is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB612827-
CMYK0.9500.790.50
HSL130.33º91.04%26.27%-
HSV(B)130.33º95.31%50.2%-
XYZ7.9915.563.62-
YUV80.0198.0875.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 128 (50.39% from 255) = 79.50%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=3.73%
G=79.50%
B=16.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128270.9500.790.50130.3391.0426.27
Hex6801B5F04F32825b1a
Octal62003313701176220213332
Binary110100000001101110111110100111111001010000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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