#074703

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

Shades of Myrtle #074703

Tints of Myrtle #074703

Color information

#074703 (or 0x074703) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 03. RGB value is (7,71,3). Sum of RGB (Red+Green+Blue) = 7+71+3=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 71 (28.12% from 255 or 87.65% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 71 - color contains mainly: green. Hex color #074703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074703 is #F8B8FC. Grayscale: #2C2C2C. Windows color (decimal): -16300285 or 214791. OLE color: 214791.

HSL color Cylindrical-coordinate representation of color #074703: hue angle of 116.47º 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 #074703 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB7713-
CMYK0.9000.960.72
HSL116.47º91.89%14.51%-
HSV(B)116.47º95.77%27.84%-
XYZ2.364.560.84-
YUV44.11104.8101.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 71 (28.12% from 255) = 87.65%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=8.64%
G=87.65%
B=3.70%

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
Decimal77130.9000.960.72116.4791.8914.51
Hex74735A06048745cf
Octal71073132014011016413417
Binary1111000111111011010011000001001000111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074703; }

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

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

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

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

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

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

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

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