#0D773F

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

Shades of Dark Spring Green #0D773F

Tints of Dark Spring Green #0D773F

Color information

#0D773F (or 0x0D773F) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 77 and 3F. RGB value is (13,119,63). Sum of RGB (Red+Green+Blue) = 13+119+63=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #0D773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D773F is #F288C0. Grayscale: #515151. Windows color (decimal): -15894721 or 4159245. OLE color: 4159245.

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

Color convert

RGB1311963-
CMYK0.8900.470.53
HSL148.3º80.3%25.88%-
HSV(B)148.3º89.08%46.67%-
XYZ7.6613.646.93-
YUV80.92117.8879.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 63 (25% from 255) = 32.31%
R=6.67%
G=61.03%
B=32.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119630.8900.470.53148.380.325.88
HexD773F5902F3594501a
Octal15167771310576522412032
Binary110111101111111111011001010111111010110010100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,63); }

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

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

 a { background-color: rgb(13,119,63); }

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

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

 span { border-color: rgb(13,119,63); }

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