#0F7309

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

Shades of Green #0F7309

Tints of Green #0F7309

Color information

#0F7309 (or 0x0F7309) is unknown color: approx Green. HEX triplet: 0F, 73 and 09. RGB value is (15,115,9). Sum of RGB (Red+Green+Blue) = 15+115+9=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7309 is #F08CF6. Grayscale: #494949. Windows color (decimal): -15764727 or 619279. OLE color: 619279.

HSL color Cylindrical-coordinate representation of color #0F7309: hue angle of 116.6º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7309 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB151159-
CMYK0.8700.920.55
HSL116.6º85.48%24.31%-
HSV(B)116.6º92.17%45.1%-
XYZ6.3812.382.31-
YUV73.0291.8786.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 115 (45.31% from 255) = 82.73%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=10.79%
G=82.73%
B=6.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1511590.8700.920.55116.685.4824.31
HexF7395705C37755518
Octal171631112701346716512530
Binary1111111001110011010111010111001101111110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,9); }

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

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

 a { background-color: rgb(15,115,9); }

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

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

 span { border-color: rgb(15,115,9); }

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