#07554A

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

Shades of Cyprus #07554A

Tints of Cyprus #07554A

Color information

#07554A (or 0x07554A) is unknown color: approx Cyprus. HEX triplet: 07, 55 and 4A. RGB value is (7,85,74). Sum of RGB (Red+Green+Blue) = 7+85+74=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #07554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07554A is #F8AAB5. Grayscale: #3C3C3C. Windows color (decimal): -16296630 or 4871431. OLE color: 4871431.

HSL color Cylindrical-coordinate representation of color #07554A: hue angle of 171.54º 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 #07554A is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB78574-
CMYK0.9200.130.67
HSL171.54º84.78%18.04%-
HSV(B)171.54º91.76%33.33%-
XYZ4.577.047.6-
YUV60.42135.6689.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=4.22%
G=51.20%
B=44.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785740.9200.130.67171.5484.7818.04
Hex7554A5C0D43ac5512
Octal712511213401510325412522
Binary11110101011001010101110001101100001110101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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