#006D0A

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

Shades of Green #006D0A

Tints of Green #006D0A

Color information

#006D0A (or 0x006D0A) is unknown color: approx Green. HEX triplet: 00, 6D and 0A. RGB value is (0,109,10). Sum of RGB (Red+Green+Blue) = 0+109+10=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 109 (42.97% from 255 or 91.60% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 109 - color contains mainly: green. Hex color #006D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006D0A is #FF92F5. Grayscale: #414141. Windows color (decimal): -16749302 or 683264. OLE color: 683264.

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

Color convert

RGB010910-
CMYK100.910.57
HSL125.5º100%21.37%-
HSV(B)125.5º100%42.75%-
XYZ5.5210.962.11-
YUV65.1296.8981.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 91.60%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=0%
G=91.60%
B=8.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010910100.910.57125.510021.37
Hex06DA6405B397e6415
Octal01551214401337117614425
Binary0110110110101100100010110111110011111110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,109,10); }

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

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

 a { background-color: rgb(0,109,10); }

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

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

 span { border-color: rgb(0,109,10); }

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