#074B07

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

Shades of Myrtle #074B07

Tints of Myrtle #074B07

Color information

#074B07 (or 0x074B07) is unknown color: approx Myrtle. HEX triplet: 07, 4B and 07. RGB value is (7,75,7). Sum of RGB (Red+Green+Blue) = 7+75+7=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 75 (29.69% from 255 or 84.27% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 75 - color contains mainly: green. Hex color #074B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B07 is #F8B4F8. Grayscale: #2F2F2F. Windows color (decimal): -16299257 or 477959. OLE color: 477959.

HSL color Cylindrical-coordinate representation of color #074B07: hue angle of 120º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B07 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB7757-
CMYK0.9100.910.71
HSL120º82.93%16.08%-
HSV(B)120º90.67%29.41%-
XYZ2.645.091.04-
YUV46.92105.4799.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 75 (29.69% from 255) = 84.27%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=7.87%
G=84.27%
B=7.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77570.9100.910.7112082.9316.08
Hex74B75B05B47785310
Octal71137133013310717012320
Binary111100101111110110110101101110001111111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B07; }

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

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

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

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

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

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

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

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