#0B7F37

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

Shades of Dark Spring Green #0B7F37

Tints of Dark Spring Green #0B7F37

Color information

#0B7F37 (or 0x0B7F37) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 7F and 37. RGB value is (11,127,55). Sum of RGB (Red+Green+Blue) = 11+127+55=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7F37 is #F480C8. Grayscale: #545454. Windows color (decimal): -16023753 or 3637003. OLE color: 3637003.

HSL color Cylindrical-coordinate representation of color #0B7F37: hue angle of 142.76º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7F37 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1112755-
CMYK0.9100.570.50
HSL142.76º84.06%27.06%-
HSV(B)142.76º91.34%49.8%-
XYZ8.4215.536.17-
YUV84.11111.5775.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 127 (50% from 255) = 65.80%
BLUE value IS 55 (21.88% from 255) = 28.50%
R=5.70%
G=65.80%
B=28.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11127550.9100.570.50142.7684.0627.06
HexB7F375B039328f541b
Octal13177671330716221712433
Binary101111111111101111011011011100111001010001111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,127,55); }

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

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

 a { background-color: rgb(11,127,55); }

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

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

 span { border-color: rgb(11,127,55); }

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