#0D6612

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

Shades of Green #0D6612

Tints of Green #0D6612

Color information

#0D6612 (or 0x0D6612) is unknown color: approx Green. HEX triplet: 0D, 66 and 12. RGB value is (13,102,18). Sum of RGB (Red+Green+Blue) = 13+102+18=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6612 is #F299ED. Grayscale: #424242. Windows color (decimal): -15899118 or 1205773. OLE color: 1205773.

HSL color Cylindrical-coordinate representation of color #0D6612: hue angle of 123.37º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6612 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1310218-
CMYK0.8700.820.6
HSL123.37º77.39%22.55%-
HSV(B)123.37º87.25%40%-
XYZ5.039.632.17-
YUV65.81101.0190.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 102 (40.23% from 255) = 76.69%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=9.77%
G=76.69%
B=13.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13102180.8700.820.6123.3777.3922.55
HexD6612570523C7b4d17
Octal151462212701227417311527
Binary11011100110100101010111010100101111001111011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,102,18); }

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

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

 a { background-color: rgb(13,102,18); }

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

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

 span { border-color: rgb(13,102,18); }

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