#0B753B

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

Shades of Dark Spring Green #0B753B

Tints of Dark Spring Green #0B753B

Color information

#0B753B (or 0x0B753B) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 75 and 3B. RGB value is (11,117,59). Sum of RGB (Red+Green+Blue) = 11+117+59=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #0B753B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B753B is #F48AC4. Grayscale: #4E4E4E. Windows color (decimal): -16026309 or 3896587. OLE color: 3896587.

HSL color Cylindrical-coordinate representation of color #0B753B: hue angle of 147.17º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B753B is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1111759-
CMYK0.9100.500.54
HSL147.17º82.81%25.1%-
HSV(B)147.17º90.6%45.88%-
XYZ7.2913.116.28-
YUV78.69116.8879.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=5.88%
G=62.57%
B=31.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117590.9100.500.54147.1782.8125.1
HexB753B5B03236935319
Octal13165731330626622312331
Binary101111101011110111011011011001011011010010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,117,59); }

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

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

 a { background-color: rgb(11,117,59); }

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

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

 span { border-color: rgb(11,117,59); }

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