#074A40

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

Shades of Cyprus #074A40

Tints of Cyprus #074A40

Color information

#074A40 (or 0x074A40) is unknown color: approx Cyprus. HEX triplet: 07, 4A and 40. RGB value is (7,74,64). Sum of RGB (Red+Green+Blue) = 7+74+64=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #074A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A40 is #F8B5BF. Grayscale: #343434. Windows color (decimal): -16299456 or 4213255. OLE color: 4213255.

HSL color Cylindrical-coordinate representation of color #074A40: hue angle of 171.04º 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 #074A40 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB77464-
CMYK0.9100.140.71
HSL171.04º82.72%15.88%-
HSV(B)171.04º90.54%29.02%-
XYZ3.465.315.69-
YUV52.83134.395.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=4.83%
G=51.03%
B=44.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774640.9100.140.71171.0482.7215.88
Hex74A405B0E47ab5310
Octal711210013301610725312320
Binary11110010101000000101101101110100011110101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,64); }

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

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

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

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

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

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

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