Html Css Color HEX #094742 Cyprus

📋 copy color: '#094742'

red 9 ◦ green 71 ◦ blue 66

#094742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #094742

Tints of Cyprus #094742

RGB

 RED value IS 9 (3.91% from 255) = 6.16%

 GREEN value IS 71 (28.13% 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 value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#094742 (or 0x094742) is known color: 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

RGB 9 71 66 -
CMYK 0.87 0 0.07 0.72
HSL 175.16º 0.78% 0.16% -
HSV(B) 175.16º 0.87% 0.28% -
XYZ 3.35 4.96 5.93 -
YUV 51.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 9 71 66 0.87 0 0.07 0.72 175.16 0.78 0.16
Hex 9 47 42 57 0 7 48 AF 4E 10
Octal 11 107 102 127 0 7 110 257 116 20
Binary 1001 1000111 1000010 1010111 0 111 1001000 10101111 1001110 10000

Color Harmonies of #094742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094742

Black with #094742

Text Example


Text Example

White with #094742

Text Example


Text Example

HTML Codes & Css Web 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>