#095745

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

Shades of Cyprus #095745

Tints of Cyprus #095745

Color information

#095745 (or 0x095745) is unknown color: approx Cyprus. HEX triplet: 09, 57 and 45. RGB value is (9,87,69). Sum of RGB (Red+Green+Blue) = 9+87+69=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #095745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095745 is #F6A8BA. Grayscale: #3D3D3D. Windows color (decimal): -16165051 or 4544265. OLE color: 4544265.

HSL color Cylindrical-coordinate representation of color #095745: hue angle of 166.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095745 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB98769-
CMYK0.9000.210.66
HSL166.15º81.25%18.82%-
HSV(B)166.15º89.66%34.12%-
XYZ4.67.36.8-
YUV61.63132.1690.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=5.45%
G=52.73%
B=41.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal987690.9000.210.66166.1581.2518.82
Hex957455A01542a65113
Octal1112710513202510224612123
Binary1001101011110001011011010010101100001010100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095745; }

 p { color: rgb(9,87,69); }

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

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

 a { background-color: rgb(9,87,69); }

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

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

 span { border-color: rgb(9,87,69); }

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