#07544A

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

Shades of Cyprus #07544A

Tints of Cyprus #07544A

Color information

#07544A (or 0x07544A) is unknown color: approx Cyprus. HEX triplet: 07, 54 and 4A. RGB value is (7,84,74). Sum of RGB (Red+Green+Blue) = 7+84+74=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #07544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07544A is #F8ABB5. Grayscale: #3B3B3B. Windows color (decimal): -16296886 or 4871175. OLE color: 4871175.

HSL color Cylindrical-coordinate representation of color #07544A: hue angle of 172.21º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07544A is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB78474-
CMYK0.9200.120.67
HSL172.21º84.62%17.84%-
HSV(B)172.21º91.67%32.94%-
XYZ4.496.887.57-
YUV59.84135.9990.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=4.24%
G=50.91%
B=44.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784740.9200.120.67172.2184.6217.84
Hex7544A5C0C43ac5512
Octal712411213401410325412522
Binary11110101001001010101110001100100001110101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07544A; }

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

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

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

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

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

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

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

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