#06820B

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

Shades of Green #06820B

Tints of Green #06820B

Color information

#06820B (or 0x06820B) is unknown color: approx Green. HEX triplet: 06, 82 and 0B. RGB value is (6,130,11). Sum of RGB (Red+Green+Blue) = 6+130+11=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #06820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06820B is #F97DF4. Grayscale: #4F4F4F. Windows color (decimal): -16350709 or 754182. OLE color: 754182.

HSL color Cylindrical-coordinate representation of color #06820B: hue angle of 122.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06820B is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB613011-
CMYK0.9500.920.49
HSL122.42º91.18%26.67%-
HSV(B)122.42º95.38%50.98%-
XYZ8.1216.032.98-
YUV79.3689.4275.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 130 (51.17% from 255) = 88.44%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=4.08%
G=88.44%
B=7.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130110.9500.920.49122.4291.1826.67
Hex682B5F05C317a5b1b
Octal62021313701346117213333
Binary1101000001010111011111010111001100011111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,130,11); }

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

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

 a { background-color: rgb(6,130,11); }

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

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

 span { border-color: rgb(6,130,11); }

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