#0D7719

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

Shades of Green #0D7719

Tints of Green #0D7719

Color information

#0D7719 (or 0x0D7719) is unknown color: approx Green. HEX triplet: 0D, 77 and 19. RGB value is (13,119,25). Sum of RGB (Red+Green+Blue) = 13+119+25=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7719 is #F288E6. Grayscale: #4C4C4C. Windows color (decimal): -15894759 or 1668877. OLE color: 1668877.

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

Color convert

RGB1311925-
CMYK0.8900.790.53
HSL126.79º80.3%25.88%-
HSV(B)126.79º89.08%46.67%-
XYZ6.9413.353.13-
YUV76.5998.8882.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=8.28%
G=75.80%
B=15.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119250.8900.790.53126.7980.325.88
HexD77195904F357f501a
Octal151673113101176517712032
Binary11011110111110011011001010011111101011111111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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