#0F6313

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

Shades of Green #0F6313

Tints of Green #0F6313

Color information

#0F6313 (or 0x0F6313) is unknown color: approx Green. HEX triplet: 0F, 63 and 13. RGB value is (15,99,19). Sum of RGB (Red+Green+Blue) = 15+99+19=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6313 is #F09CEC. Grayscale: #414141. Windows color (decimal): -15768813 or 1270543. OLE color: 1270543.

HSL color Cylindrical-coordinate representation of color #0F6313: hue angle of 122.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6313 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB159919-
CMYK0.8500.810.61
HSL122.86º73.68%22.35%-
HSV(B)122.86º84.85%38.82%-
XYZ4.789.072.12-
YUV64.76102.1792.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 99 (39.06% from 255) = 74.44%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=11.28%
G=74.44%
B=14.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599190.8500.810.61122.8673.6822.35
HexF6313550513D7b4a16
Octal171432312501217517311226
Binary11111100011100111010101010100011111011111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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