#074603

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

Shades of Myrtle #074603

Tints of Myrtle #074603

Color information

#074603 (or 0x074603) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 03. RGB value is (7,70,3). Sum of RGB (Red+Green+Blue) = 7+70+3=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #074603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074603 is #F8B9FC. Grayscale: #2B2B2B. Windows color (decimal): -16300541 or 214535. OLE color: 214535.

HSL color Cylindrical-coordinate representation of color #074603: hue angle of 116.42º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074603 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB7703-
CMYK0.9000.960.73
HSL116.42º91.78%14.31%-
HSV(B)116.42º95.71%27.45%-
XYZ2.294.430.82-
YUV43.52105.13101.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 70 (27.73% from 255) = 87.5%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=8.75%
G=87.5%
B=3.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal77030.9000.960.73116.4291.7814.31
Hex74635A06049745ce
Octal71063132014011116413416
Binary1111000110111011010011000001001001111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074603; }

 p { color: rgb(7,70,3); }

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

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

 a { background-color: rgb(7,70,3); }

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

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

 span { border-color: rgb(7,70,3); }

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