#068211

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

Shades of Green #068211

Tints of Green #068211

Color information

#068211 (or 0x068211) is unknown color: approx Green. HEX triplet: 06, 82 and 11. RGB value is (6,130,17). Sum of RGB (Red+Green+Blue) = 6+130+17=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #068211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068211 is #F97DEE. Grayscale: #505050. Windows color (decimal): -16350703 or 1147398. OLE color: 1147398.

HSL color Cylindrical-coordinate representation of color #068211: hue angle of 125.32º 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 #068211 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB613017-
CMYK0.9500.870.49
HSL125.32º91.18%26.67%-
HSV(B)125.32º95.38%50.98%-
XYZ8.1616.043.2-
YUV80.0492.4275.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 130 (51.17% from 255) = 84.97%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=3.92%
G=84.97%
B=11.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130170.9500.870.49125.3291.1826.67
Hex682115F057317d5b1b
Octal62022113701276117513333
Binary11010000010100011011111010101111100011111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068211; }

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

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

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

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

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

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

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

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