#074640

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

Shades of Cyprus #074640

Tints of Cyprus #074640

Color information

#074640 (or 0x074640) is unknown color: approx Cyprus. HEX triplet: 07, 46 and 40. RGB value is (7,70,64). Sum of RGB (Red+Green+Blue) = 7+70+64=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #074640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074640 is #F8B9BF. Grayscale: #323232. Windows color (decimal): -16300480 or 4212231. OLE color: 4212231.

HSL color Cylindrical-coordinate representation of color #074640: hue angle of 174.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074640 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB77064-
CMYK0.9000.090.73
HSL174.29º81.82%15.1%-
HSV(B)174.29º90%27.45%-
XYZ3.24.85.61-
YUV50.48135.6396.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=4.96%
G=49.65%
B=45.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770640.9000.090.73174.2981.8215.1
Hex746405A0949ae52f
Octal710610013201111125612217
Binary1111000110100000010110100100110010011010111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074640; }

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

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

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

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

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

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

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

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