#0D780F

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

Shades of Green #0D780F

Tints of Green #0D780F

Color information

#0D780F (or 0x0D780F) is unknown color: approx Green. HEX triplet: 0D, 78 and 0F. RGB value is (13,120,15). Sum of RGB (Red+Green+Blue) = 13+120+15=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #0D780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D780F is #F287F0. Grayscale: #4C4C4C. Windows color (decimal): -15894513 or 1013773. OLE color: 1013773.

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

Color convert

RGB1312015-
CMYK0.8900.870.53
HSL121.12º80.45%26.08%-
HSV(B)121.12º89.17%47.06%-
XYZ6.9713.552.7-
YUV76.0493.5583.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 120 (47.27% from 255) = 81.08%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=8.78%
G=81.08%
B=10.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13120150.8900.870.53121.1280.4526.08
HexD78F590573579501a
Octal151701713101276517112032
Binary1101111100011111011001010101111101011111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,120,15); }

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

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

 a { background-color: rgb(13,120,15); }

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

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

 span { border-color: rgb(13,120,15); }

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