#094742

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

Shades of Cyprus #094742

Tints of Cyprus #094742

Color information

#094742 (or 0x094742) is unknown color: approx Cyprus. HEX triplet: 09, 47 and 42. RGB value is (9,71,66). Sum of RGB (Red+Green+Blue) = 9+71+66=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #094742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094742 is #F6B8BD. Grayscale: #333333. Windows color (decimal): -16169150 or 4343561. OLE color: 4343561.

HSL color Cylindrical-coordinate representation of color #094742: hue angle of 175.16º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094742 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB97166-
CMYK0.8700.070.72
HSL175.16º77.5%15.69%-
HSV(B)175.16º87.32%27.84%-
XYZ3.354.965.93-
YUV51.89135.9697.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=6.16%
G=48.63%
B=45.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971660.8700.070.72175.1677.515.69
Hex94742570748af4e10
Octal111071021270711025711620
Binary10011000111100001010101110111100100010101111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094742; }

 p { color: rgb(9,71,66); }

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

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

 a { background-color: rgb(9,71,66); }

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

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

 span { border-color: rgb(9,71,66); }

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