#0f6315

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

Shades of Green #0F6315

Tints of Green #0F6315

Color information

#0F6315 (or 0x0F6315) is unknown color: approx Green. HEX triplet: 0F, 63 and 15. RGB value is (15,99,21). Sum of RGB (Red+Green+Blue) = 15+99+21=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6315 is #F09CEA. Grayscale: #414141. Windows color (decimal): -15768811 or 1401615. OLE color: 1401615.

HSL color Cylindrical-coordinate representation of color #0F6315: hue angle of 124.29º 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 #0F6315 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB159921-
CMYK0.8500.790.61
HSL124.29º73.68%22.35%-
HSV(B)124.29º84.85%38.82%-
XYZ4.799.082.21-
YUV64.99103.1792.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=11.11%
G=73.33%
B=15.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599210.8500.790.61124.2973.6822.35
HexF63155504F3D7c4a16
Octal171432512501177517411226
Binary11111100011101011010101010011111111011111100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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