#0B783F

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

Shades of Dark Spring Green #0B783F

Tints of Dark Spring Green #0B783F

Color information

#0B783F (or 0x0B783F) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 78 and 3F. RGB value is (11,120,63). Sum of RGB (Red+Green+Blue) = 11+120+63=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #0B783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B783F is #F487C0. Grayscale: #515151. Windows color (decimal): -16025537 or 4159499. OLE color: 4159499.

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

Color convert

RGB1112063-
CMYK0.9100.480.53
HSL148.62º83.21%25.69%-
HSV(B)148.62º90.83%47.06%-
XYZ7.7513.866.97-
YUV80.91117.8978.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.67%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 63 (25% from 255) = 32.47%
R=5.67%
G=61.86%
B=32.47%

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
Decimal11120630.9100.480.53148.6283.2125.69
HexB783F5B0303595531a
Octal13170771330606522512332
Binary101111110001111111011011011000011010110010101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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