#074803

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

Shades of Myrtle #074803

Tints of Myrtle #074803

Color information

#074803 (or 0x074803) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 03. RGB value is (7,72,3). Sum of RGB (Red+Green+Blue) = 7+72+3=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 72 (28.52% from 255 or 87.80% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 72 - color contains mainly: green. Hex color #074803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074803 is #F8B7FC. Grayscale: #2C2C2C. Windows color (decimal): -16300029 or 215047. OLE color: 215047.

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

Color convert

RGB7723-
CMYK0.9000.960.72
HSL116.52º92%14.71%-
HSV(B)116.52º95.83%28.24%-
XYZ2.424.690.86-
YUV44.7104.47101.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 72 (28.52% from 255) = 87.80%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=8.54%
G=87.80%
B=3.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77230.9000.960.72116.529214.71
Hex74835A06048755cf
Octal71103132014011016513417
Binary1111001000111011010011000001001000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074803; }

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

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

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

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

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

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

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

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