#07534B

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

Shades of Cyprus #07534B

Tints of Cyprus #07534B

Color information

#07534B (or 0x07534B) is unknown color: approx Cyprus. HEX triplet: 07, 53 and 4B. RGB value is (7,83,75). Sum of RGB (Red+Green+Blue) = 7+83+75=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #07534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07534B is #F8ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16297141 or 4936455. OLE color: 4936455.

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

Color convert

RGB78375-
CMYK0.9200.100.67
HSL173.68º84.44%17.65%-
HSV(B)173.68º91.57%32.55%-
XYZ4.456.747.72-
YUV59.36136.8290.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=4.24%
G=50.30%
B=45.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783750.9200.100.67173.6884.4417.65
Hex7534B5C0A43ae5412
Octal712311313401210325612422
Binary11110100111001011101110001010100001110101110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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