#006A15

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

Shades of Green #006A15

Tints of Green #006A15

Color information

#006A15 (or 0x006A15) is unknown color: approx Green. HEX triplet: 00, 6A and 15. RGB value is (0,106,21). Sum of RGB (Red+Green+Blue) = 0+106+21=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 106 (41.80% from 255 or 83.46% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 106 - color contains mainly: green. Hex color #006A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A15 is #FF95EA. Grayscale: #404040. Windows color (decimal): -16750059 or 1403392. OLE color: 1403392.

HSL color Cylindrical-coordinate representation of color #006A15: hue angle of 131.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A15 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB010621-
CMYK100.800.58
HSL131.89º100%20.78%-
HSV(B)131.89º100%41.57%-
XYZ5.2910.362.43-
YUV64.62103.3881.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 83.46%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=0%
G=83.46%
B=16.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010621100.800.58131.8910020.78
Hex06A15640503A846415
Octal01522514401207220414425
Binary011010101010111001000101000011101010000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A15; }

 p { color: rgb(0,106,21); }

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

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

 a { background-color: rgb(0,106,21); }

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

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

 span { border-color: rgb(0,106,21); }

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