#0D610A

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

Shades of Green #0D610A

Tints of Green #0D610A

Color information

#0D610A (or 0x0D610A) is unknown color: approx Green. HEX triplet: 0D, 61 and 0A. RGB value is (13,97,10). Sum of RGB (Red+Green+Blue) = 13+97+10=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #0D610A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D610A is #F29EF5. Grayscale: #3E3E3E. Windows color (decimal): -15900406 or 680205. OLE color: 680205.

HSL color Cylindrical-coordinate representation of color #0D610A: hue angle of 117.93º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D610A is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB139710-
CMYK0.8700.900.62
HSL117.93º81.31%20.98%-
HSV(B)117.93º89.69%38.04%-
XYZ4.58.661.72-
YUV61.9798.6793.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 97 (38.28% from 255) = 80.83%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=10.83%
G=80.83%
B=8.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397100.8700.900.62117.9381.3120.98
HexD61A5705A3E765115
Octal151411212701327616612125
Binary1101110000110101010111010110101111101110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,10); }

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

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

 a { background-color: rgb(13,97,10); }

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

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

 span { border-color: rgb(13,97,10); }

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