#0F7D13

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

Shades of Green #0F7D13

Tints of Green #0F7D13

Color information

#0F7D13 (or 0x0F7D13) is unknown color: approx Green. HEX triplet: 0F, 7D and 13. RGB value is (15,125,19). Sum of RGB (Red+Green+Blue) = 15+125+19=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7D13 is #F082EC. Grayscale: #505050. Windows color (decimal): -15762157 or 1277199. OLE color: 1277199.

HSL color Cylindrical-coordinate representation of color #0F7D13: hue angle of 122.18º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D13 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1512519-
CMYK0.8800.850.51
HSL122.18º78.57%27.45%-
HSV(B)122.18º88%49.02%-
XYZ7.6514.823.07-
YUV80.0393.5681.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 125 (49.22% from 255) = 78.62%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=9.43%
G=78.62%
B=11.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15125190.8800.850.51122.1878.5727.45
HexF7D1358055337a4f1b
Octal171752313001256317211733
Binary11111111101100111011000010101011100111111010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,125,19); }

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

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

 a { background-color: rgb(15,125,19); }

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

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

 span { border-color: rgb(15,125,19); }

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