#074B06

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

Shades of Myrtle #074B06

Tints of Myrtle #074B06

Color information

#074B06 (or 0x074B06) is unknown color: approx Myrtle. HEX triplet: 07, 4B and 06. RGB value is (7,75,6). Sum of RGB (Red+Green+Blue) = 7+75+6=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 75 (29.69% from 255 or 85.23% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 75 - color contains mainly: green. Hex color #074B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B06 is #F8B4F9. Grayscale: #2F2F2F. Windows color (decimal): -16299258 or 412423. OLE color: 412423.

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

Color convert

RGB7756-
CMYK0.9100.920.71
HSL119.13º85.19%15.88%-
HSV(B)119.13º92%29.41%-
XYZ2.645.091.02-
YUV46.8104.9799.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 75 (29.69% from 255) = 85.23%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=7.95%
G=85.23%
B=6.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77560.9100.920.71119.1385.1915.88
Hex74B65B05C47775510
Octal71136133013410716712520
Binary111100101111010110110101110010001111110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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