#0D6502

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

Shades of Green #0D6502

Tints of Green #0D6502

Color information

#0D6502 (or 0x0D6502) is unknown color: approx Green. HEX triplet: 0D, 65 and 02. RGB value is (13,101,2). Sum of RGB (Red+Green+Blue) = 13+101+2=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 101 (39.84% from 255 or 87.07% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 101 - color contains mainly: green. Hex color #0D6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6502 is #F29AFD. Grayscale: #3F3F3F. Windows color (decimal): -15899390 or 156941. OLE color: 156941.

HSL color Cylindrical-coordinate representation of color #0D6502: hue angle of 113.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D6502 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB131012-
CMYK0.8700.980.60
HSL113.33º96.12%20.2%-
HSV(B)113.33º98.02%39.61%-
XYZ4.839.41.62-
YUV63.493.3592.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 101 (39.84% from 255) = 87.07%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=11.21%
G=87.07%
B=1.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1310120.8700.980.60113.3396.1220.2
HexD652570623C716014
Octal15145212701427416114024
Binary11011100101101010111011000101111001110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,101,2); }

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

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

 a { background-color: rgb(13,101,2); }

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

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

 span { border-color: rgb(13,101,2); }

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