#074108

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

Shades of Myrtle #074108

Tints of Myrtle #074108

Color information

#074108 (or 0x074108) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 08. RGB value is (7,65,8). Sum of RGB (Red+Green+Blue) = 7+65+8=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 65 (25.78% from 255 or 81.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 65 - color contains mainly: green. Hex color #074108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074108 is #F8BEF7. Grayscale: #292929. Windows color (decimal): -16301816 or 540935. OLE color: 540935.

HSL color Cylindrical-coordinate representation of color #074108: hue angle of 121.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074108 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB7658-
CMYK0.8900.880.75
HSL121.03º80.56%14.12%-
HSV(B)121.03º89.23%25.49%-
XYZ2.023.840.87-
YUV41.16109.28103.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 65 (25.78% from 255) = 81.25%
BLUE value IS 8 (3.52% from 255) = 10%
R=8.75%
G=81.25%
B=10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76580.8900.880.75121.0380.5614.12
Hex7418590584B7951e
Octal710110131013011317112116
Binary111100000110001011001010110001001011111100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074108; }

 p { color: rgb(7,65,8); }

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

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

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

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

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

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

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