#068015

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

Shades of Green #068015

Tints of Green #068015

Color information

#068015 (or 0x068015) is unknown color: approx Green. HEX triplet: 06, 80 and 15. RGB value is (6,128,21). Sum of RGB (Red+Green+Blue) = 6+128+21=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #068015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068015 is #F97FEA. Grayscale: #4F4F4F. Windows color (decimal): -16351211 or 1409030. OLE color: 1409030.

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

Color convert

RGB612821-
CMYK0.9500.840.50
HSL127.38º91.04%26.27%-
HSV(B)127.38º95.31%50.2%-
XYZ7.9315.533.29-
YUV79.3295.0875.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 128 (50.39% from 255) = 82.58%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=3.87%
G=82.58%
B=13.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128210.9500.840.50127.3891.0426.27
Hex680155F054327f5b1a
Octal62002513701246217713332
Binary11010000000101011011111010101001100101111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068015; }

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

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

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

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

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

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

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

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