#0B713F

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

Shades of Dark Spring Green #0B713F

Tints of Dark Spring Green #0B713F

Color information

#0B713F (or 0x0B713F) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 71 and 3F. RGB value is (11,113,63). Sum of RGB (Red+Green+Blue) = 11+113+63=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #0B713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B713F is #F48EC0. Grayscale: #4C4C4C. Windows color (decimal): -16027329 or 4157707. OLE color: 4157707.

HSL color Cylindrical-coordinate representation of color #0B713F: hue angle of 150.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B713F is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1111363-
CMYK0.9000.440.56
HSL150.59º82.26%24.31%-
HSV(B)150.59º90.27%44.31%-
XYZ6.9412.246.7-
YUV76.8120.2181.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 63 (25% from 255) = 33.69%
R=5.88%
G=60.43%
B=33.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113630.9000.440.56150.5982.2624.31
HexB713F5A02C38975218
Octal13161771320547022712230
Binary101111100011111111011010010110011100010010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,63); }

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

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

 a { background-color: rgb(11,113,63); }

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

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

 span { border-color: rgb(11,113,63); }

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