#0F6F3C

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

Shades of Dark Spring Green #0F6F3C

Tints of Dark Spring Green #0F6F3C

Color information

#0F6F3C (or 0x0F6F3C) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 6F and 3C. RGB value is (15,111,60). Sum of RGB (Red+Green+Blue) = 15+111+60=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F3C is #F090C3. Grayscale: #4C4C4C. Windows color (decimal): -15765700 or 3960591. OLE color: 3960591.

HSL color Cylindrical-coordinate representation of color #0F6F3C: hue angle of 148.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F3C is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1511160-
CMYK0.8600.460.56
HSL148.12º76.19%24.71%-
HSV(B)148.12º86.49%43.53%-
XYZ6.711.86.2-
YUV76.48118.784.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 111 (43.75% from 255) = 59.68%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=8.06%
G=59.68%
B=32.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111600.8600.460.56148.1276.1924.71
HexF6F3C5602E38944c19
Octal17157741260567022411431
Binary111111011111111001010110010111011100010010100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,60); }

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

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

 a { background-color: rgb(15,111,60); }

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

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

 span { border-color: rgb(15,111,60); }

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