#074807

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

Shades of Myrtle #074807

Tints of Myrtle #074807

Color information

#074807 (or 0x074807) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 07. RGB value is (7,72,7). Sum of RGB (Red+Green+Blue) = 7+72+7=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 72 (28.52% from 255 or 83.72% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 72 - color contains mainly: green. Hex color #074807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074807 is #F8B7F8. Grayscale: #2D2D2D. Windows color (decimal): -16300025 or 477191. OLE color: 477191.

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

Color convert

RGB7727-
CMYK0.9000.900.72
HSL120º82.28%15.49%-
HSV(B)120º90.28%28.24%-
XYZ2.444.70.98-
YUV45.16106.47100.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 72 (28.52% from 255) = 83.72%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=8.14%
G=83.72%
B=8.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77270.9000.900.7212082.2815.49
Hex74875A05A487852f
Octal71107132013211017012217
Binary11110010001111011010010110101001000111100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074807; }

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

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

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

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

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

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

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

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