#074700

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

Shades of Myrtle #074700

Tints of Myrtle #074700

Color information

#074700 (or 0x074700) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 00. RGB value is (7,71,0). Sum of RGB (Red+Green+Blue) = 7+71+0=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #074700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074700 is #F8B8FF. Grayscale: #2B2B2B. Windows color (decimal): -16300288 or 18183. OLE color: 18183.

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

Color convert

RGB7710-
CMYK0.90010.72
HSL114.08º100%13.92%-
HSV(B)114.08º100%27.84%-
XYZ2.344.550.76-
YUV43.77103.3101.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 71 (28.12% from 255) = 91.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.97%
G=91.03%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77100.90010.72114.0810013.92
Hex74705A064487264e
Octal71070132014411016214416
Binary111100011101011010011001001001000111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074700; }

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

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

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

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

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

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

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

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