#07554B

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

Shades of Cyprus #07554B

Tints of Cyprus #07554B

Color information

#07554B (or 0x07554B) is unknown color: approx Cyprus. HEX triplet: 07, 55 and 4B. RGB value is (7,85,75). Sum of RGB (Red+Green+Blue) = 7+85+75=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #07554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07554B is #F8AAB4. Grayscale: #3C3C3C. Windows color (decimal): -16296629 or 4936967. OLE color: 4936967.

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

Color convert

RGB78575-
CMYK0.9200.120.67
HSL172.31º84.78%18.04%-
HSV(B)172.31º91.76%33.33%-
XYZ4.617.057.77-
YUV60.54136.1689.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=4.19%
G=50.90%
B=44.91%

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
Decimal785750.9200.120.67172.3184.7818.04
Hex7554B5C0C43ac5512
Octal712511313401410325412522
Binary11110101011001011101110001100100001110101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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