#074B05

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

Shades of Myrtle #074B05

Tints of Myrtle #074B05

Color information

#074B05 (or 0x074B05) is unknown color: approx Myrtle. HEX triplet: 07, 4B and 05. RGB value is (7,75,5). Sum of RGB (Red+Green+Blue) = 7+75+5=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 75 (29.69% from 255 or 86.21% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 75 - color contains mainly: green. Hex color #074B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B05 is #F8B4FA. Grayscale: #2E2E2E. Windows color (decimal): -16299259 or 346887. OLE color: 346887.

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

Color convert

RGB7755-
CMYK0.9100.930.71
HSL118.29º87.5%15.69%-
HSV(B)118.29º93.33%29.41%-
XYZ2.635.090.99-
YUV46.69104.4799.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 75 (29.69% from 255) = 86.21%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=8.05%
G=86.21%
B=5.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77550.9100.930.71118.2987.515.69
Hex74B55B05D47765810
Octal71135133013510716613020
Binary111100101110110110110101110110001111110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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