#0D670F

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

Shades of Green #0D670F

Tints of Green #0D670F

Color information

#0D670F (or 0x0D670F) is unknown color: approx Green. HEX triplet: 0D, 67 and 0F. RGB value is (13,103,15). Sum of RGB (Red+Green+Blue) = 13+103+15=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #0D670F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D670F is #F298F0. Grayscale: #424242. Windows color (decimal): -15898865 or 1009421. OLE color: 1009421.

HSL color Cylindrical-coordinate representation of color #0D670F: hue angle of 121.33º degrees, saturation: 0.78, 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 #0D670F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1310315-
CMYK0.8700.850.60
HSL121.33º77.59%22.75%-
HSV(B)121.33º87.38%40.39%-
XYZ5.19.822.08-
YUV66.0699.1890.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 103 (40.62% from 255) = 78.63%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=9.92%
G=78.63%
B=11.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13103150.8700.850.60121.3377.5922.75
HexD67F570553C794e17
Octal151471712701257417111627
Binary1101110011111111010111010101011111001111001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,103,15); }

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

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

 a { background-color: rgb(13,103,15); }

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

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

 span { border-color: rgb(13,103,15); }

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