#0A4702

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

Shades of Myrtle #0A4702

Tints of Myrtle #0A4702

Color information

#0A4702 (or 0x0A4702) is unknown color: approx Myrtle. HEX triplet: 0A, 47 and 02. RGB value is (10,71,2). Sum of RGB (Red+Green+Blue) = 10+71+2=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 71 (28.12% from 255 or 85.54% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4702 is #F5B8FD. Grayscale: #2D2D2D. Windows color (decimal): -16103678 or 149258. OLE color: 149258.

HSL color Cylindrical-coordinate representation of color #0A4702: hue angle of 113.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A4702 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB10712-
CMYK0.8600.970.72
HSL113.04º94.52%14.31%-
HSV(B)113.04º97.18%27.84%-
XYZ2.394.580.81-
YUV44.9103.79103.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 71 (28.12% from 255) = 85.54%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=12.05%
G=85.54%
B=2.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal107120.8600.970.72113.0494.5214.31
HexA4725606148715fe
Octal121072126014111016113716
Binary10101000111101010110011000011001000111000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,2); }

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

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

 a { background-color: rgb(10,71,2); }

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

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

 span { border-color: rgb(10,71,2); }

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