#0D6F1A

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

Shades of Green #0D6F1A

Tints of Green #0D6F1A

Color information

#0D6F1A (or 0x0D6F1A) is unknown color: approx Green. HEX triplet: 0D, 6F and 1A. RGB value is (13,111,26). Sum of RGB (Red+Green+Blue) = 13+111+26=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 111 (43.75% from 255 or 74% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F1A is #F290E5. Grayscale: #484848. Windows color (decimal): -15896806 or 1732365. OLE color: 1732365.

HSL color Cylindrical-coordinate representation of color #0D6F1A: hue angle of 127.96º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F1A is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1311126-
CMYK0.8800.770.56
HSL127.96º79.03%24.31%-
HSV(B)127.96º88.29%43.53%-
XYZ6.0411.532.88-
YUV72.01102.0385.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.67%
GREEN value IS 111 (43.75% from 255) = 74%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=8.67%
G=74%
B=17.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111260.8800.770.56127.9679.0324.31
HexD6F1A5804D38804f18
Octal151573213001157020011730
Binary110111011111101010110000100110111100010000000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6F1A; }

 p { color: rgb(13,111,26); }

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

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

 a { background-color: rgb(13,111,26); }

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

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

 span { border-color: rgb(13,111,26); }

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