#068215

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

Shades of Green #068215

Tints of Green #068215

Color information

#068215 (or 0x068215) is unknown color: approx Green. HEX triplet: 06, 82 and 15. RGB value is (6,130,21). Sum of RGB (Red+Green+Blue) = 6+130+21=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #068215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068215 is #F97DEA. Grayscale: #505050. Windows color (decimal): -16350699 or 1409542. OLE color: 1409542.

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

Color convert

RGB613021-
CMYK0.9500.840.49
HSL127.26º91.18%26.67%-
HSV(B)127.26º95.38%50.98%-
XYZ8.1916.063.38-
YUV80.594.4274.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 130 (51.17% from 255) = 82.80%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=3.82%
G=82.80%
B=13.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130210.9500.840.49127.2691.1826.67
Hex682155F054317f5b1b
Octal62022513701246117713333
Binary11010000010101011011111010101001100011111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068215; }

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

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

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

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

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

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

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

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