#0B753C

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

Shades of Dark Spring Green #0B753C

Tints of Dark Spring Green #0B753C

Color information

#0B753C (or 0x0B753C) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 75 and 3C. RGB value is (11,117,60). Sum of RGB (Red+Green+Blue) = 11+117+60=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #0B753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B753C is #F48AC3. Grayscale: #4E4E4E. Windows color (decimal): -16026308 or 3962123. OLE color: 3962123.

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

Color convert

RGB1111760-
CMYK0.9100.490.54
HSL147.74º82.81%25.1%-
HSV(B)147.74º90.6%45.88%-
XYZ7.3113.126.42-
YUV78.81117.3879.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=5.85%
G=62.23%
B=31.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117600.9100.490.54147.7482.8125.1
HexB753C5B03136945319
Octal13165741330616622412331
Binary101111101011111001011011011000111011010010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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