#0B753A

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

Shades of Dark Spring Green #0B753A

Tints of Dark Spring Green #0B753A

Color information

#0B753A (or 0x0B753A) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 75 and 3A. RGB value is (11,117,58). Sum of RGB (Red+Green+Blue) = 11+117+58=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #0B753A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B753A is #F48AC5. Grayscale: #4E4E4E. Windows color (decimal): -16026310 or 3831051. OLE color: 3831051.

HSL color Cylindrical-coordinate representation of color #0B753A: hue angle of 146.6º 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 #0B753A is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1111758-
CMYK0.9100.500.54
HSL146.6º82.81%25.1%-
HSV(B)146.6º90.6%45.88%-
XYZ7.2613.16.15-
YUV78.58116.3879.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 117 (46.09% from 255) = 62.90%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=5.91%
G=62.90%
B=31.18%

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
Decimal11117580.9100.500.54146.682.8125.1
HexB753A5B03236935319
Octal13165721330626622312331
Binary101111101011110101011011011001011011010010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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