#0A3D07

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

Shades of Myrtle #0A3D07

Tints of Myrtle #0A3D07

Color information

#0A3D07 (or 0x0A3D07) is unknown color: approx Myrtle. HEX triplet: 0A, 3D and 07. RGB value is (10,61,7). Sum of RGB (Red+Green+Blue) = 10+61+7=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D07 is #F5C2F8. Grayscale: #272727. Windows color (decimal): -16106233 or 474378. OLE color: 474378.

HSL color Cylindrical-coordinate representation of color #0A3D07: hue angle of 116.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3D07 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB10617-
CMYK0.8400.890.76
HSL116.67º79.41%13.33%-
HSV(B)116.67º88.52%23.92%-
XYZ1.833.420.76-
YUV39.6109.6106.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.82%
GREEN value IS 61 (24.22% from 255) = 78.21%
BLUE value IS 7 (3.12% from 255) = 8.97%
R=12.82%
G=78.21%
B=8.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal106170.8400.890.76116.6779.4113.33
HexA3D7540594C754fd
Octal12757124013111416511715
Binary10101111011111010100010110011001100111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,61,7); }

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

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

 a { background-color: rgb(10,61,7); }

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

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

 span { border-color: rgb(10,61,7); }

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