#0B783E

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

Shades of Dark Spring Green #0B783E

Tints of Dark Spring Green #0B783E

Color information

#0B783E (or 0x0B783E) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 78 and 3E. RGB value is (11,120,62). Sum of RGB (Red+Green+Blue) = 11+120+62=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #0B783E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B783E is #F487C1. Grayscale: #505050. Windows color (decimal): -16025538 or 4093963. OLE color: 4093963.

HSL color Cylindrical-coordinate representation of color #0B783E: hue angle of 148.07º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B783E is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1112062-
CMYK0.9100.480.53
HSL148.07º83.21%25.69%-
HSV(B)148.07º90.83%47.06%-
XYZ7.7213.856.82-
YUV80.8117.3978.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 120 (47.27% from 255) = 62.18%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=5.70%
G=62.18%
B=32.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11120620.9100.480.53148.0783.2125.69
HexB783E5B0303594531a
Octal13170761330606522412332
Binary101111110001111101011011011000011010110010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,120,62); }

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

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

 a { background-color: rgb(11,120,62); }

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

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

 span { border-color: rgb(11,120,62); }

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