#0B713C

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

Shades of Dark Spring Green #0B713C

Tints of Dark Spring Green #0B713C

Color information

#0B713C (or 0x0B713C) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 71 and 3C. RGB value is (11,113,60). Sum of RGB (Red+Green+Blue) = 11+113+60=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #0B713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B713C is #F48EC3. Grayscale: #4C4C4C. Windows color (decimal): -16027332 or 3961099. OLE color: 3961099.

HSL color Cylindrical-coordinate representation of color #0B713C: hue angle of 148.82º 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 #0B713C is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1111360-
CMYK0.9000.470.56
HSL148.82º82.26%24.31%-
HSV(B)148.82º90.27%44.31%-
XYZ6.8612.216.27-
YUV76.46118.7181.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=5.98%
G=61.41%
B=32.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113600.9000.470.56148.8282.2624.31
HexB713C5A02F38955218
Octal13161741320577022512230
Binary101111100011111001011010010111111100010010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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