#0F6B15

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

Shades of Green #0F6B15

Tints of Green #0F6B15

Color information

#0F6B15 (or 0x0F6B15) is unknown color: approx Green. HEX triplet: 0F, 6B and 15. RGB value is (15,107,21). Sum of RGB (Red+Green+Blue) = 15+107+21=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6B15 is #F094EA. Grayscale: #454545. Windows color (decimal): -15766763 or 1403663. OLE color: 1403663.

HSL color Cylindrical-coordinate representation of color #0F6B15: hue angle of 123.91º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B15 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1510721-
CMYK0.8600.800.58
HSL123.91º75.41%23.92%-
HSV(B)123.91º85.98%41.96%-
XYZ5.5910.672.47-
YUV69.69100.5288.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=10.49%
G=74.83%
B=14.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15107210.8600.800.58123.9175.4123.92
HexF6B15560503A7c4b18
Octal171532512601207217411330
Binary11111101011101011010110010100001110101111100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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