#0B783A

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

Shades of Dark Spring Green #0B783A

Tints of Dark Spring Green #0B783A

Color information

#0B783A (or 0x0B783A) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 78 and 3A. RGB value is (11,120,58). Sum of RGB (Red+Green+Blue) = 11+120+58=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #0B783A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B783A is #F487C5. Grayscale: #505050. Windows color (decimal): -16025542 or 3831819. OLE color: 3831819.

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

Color convert

RGB1112058-
CMYK0.9100.520.53
HSL145.87º83.21%25.69%-
HSV(B)145.87º90.83%47.06%-
XYZ7.6213.816.27-
YUV80.34115.3978.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 120 (47.27% from 255) = 63.49%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=5.82%
G=63.49%
B=30.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11120580.9100.520.53145.8783.2125.69
HexB783A5B0343592531a
Octal13170721330646522212332
Binary101111110001110101011011011010011010110010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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