#0D7807

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

Shades of Green #0D7807

Tints of Green #0D7807

Color information

#0D7807 (or 0x0D7807) is unknown color: approx Green. HEX triplet: 0D, 78 and 07. RGB value is (13,120,7). Sum of RGB (Red+Green+Blue) = 13+120+7=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 120 (47.27% from 255 or 85.71% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7807 is #F287F8. Grayscale: #4B4B4B. Windows color (decimal): -15894521 or 489485. OLE color: 489485.

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

Color convert

RGB131207-
CMYK0.8900.940.53
HSL116.81º88.98%24.9%-
HSV(B)116.81º94.17%47.06%-
XYZ6.9213.532.45-
YUV75.1289.5583.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 120 (47.27% from 255) = 85.71%
BLUE value IS 7 (3.12% from 255) = 5%
R=9.29%
G=85.71%
B=5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1312070.8900.940.53116.8188.9824.9
HexD7875905E35755919
Octal15170713101366516513131
Binary110111110001111011001010111101101011110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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