#0B7640

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

Shades of Dark Spring Green #0B7640

Tints of Dark Spring Green #0B7640

Color information

#0B7640 (or 0x0B7640) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 76 and 40. RGB value is (11,118,64). Sum of RGB (Red+Green+Blue) = 11+118+64=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7640 is #F489BF. Grayscale: #4F4F4F. Windows color (decimal): -16026048 or 4224523. OLE color: 4224523.

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

Color convert

RGB1111864-
CMYK0.9100.460.54
HSL149.72º82.95%25.29%-
HSV(B)149.72º90.68%46.27%-
XYZ7.5413.47.04-
YUV79.85119.0578.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 118 (46.48% from 255) = 61.14%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=5.70%
G=61.14%
B=33.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11118640.9100.460.54149.7282.9525.29
HexB76405B02E36965319
Octal131661001330566622612331
Binary1011111011010000001011011010111011011010010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,64); }

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

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

 a { background-color: rgb(11,118,64); }

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

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

 span { border-color: rgb(11,118,64); }

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