#068212

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

Shades of Green #068212

Tints of Green #068212

Color information

#068212 (or 0x068212) is unknown color: approx Green. HEX triplet: 06, 82 and 12. RGB value is (6,130,18). Sum of RGB (Red+Green+Blue) = 6+130+18=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #068212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068212 is #F97DED. Grayscale: #505050. Windows color (decimal): -16350702 or 1212934. OLE color: 1212934.

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

Color convert

RGB613018-
CMYK0.9500.860.49
HSL125.81º91.18%26.67%-
HSV(B)125.81º95.38%50.98%-
XYZ8.1716.053.24-
YUV80.1692.9275.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 130 (51.17% from 255) = 84.42%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=3.90%
G=84.42%
B=11.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130180.9500.860.49125.8191.1826.67
Hex682125F056317e5b1b
Octal62022213701266117613333
Binary11010000010100101011111010101101100011111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068212; }

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

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

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

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

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

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

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

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