Html Css Color HEX #094F46 Cyprus

📋 copy color: '#094F46'

red 9 ◦ green 79 ◦ blue 70

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

Shades of Cyprus #094F46

Tints of Cyprus #094F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 5.7%
G = 50%
B = 44.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#094F46 (or 0x094F46) is known color: Cyprus. HEX triplet: 09, 4F and 46. RGB value is (9,79,70). Sum of RGB (Red+Green+Blue) = 9+79+70=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #094F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F46 is #F6B0B9. Grayscale: #393939. Windows color (decimal): -16167098 or 4607753. OLE color: 4607753.

HSL color Cylindrical-coordinate representation of color #094F46: hue angle of 172.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F46 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 79 70 -
CMYK 0.89 0 0.11 0.69
HSL 172.29º 0.8% 0.17% -
HSV(B) 172.29º 0.89% 0.31% -
XYZ 4.01 6.09 6.76 -
YUV 57.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 9 79 70 0.89 0 0.11 0.69 172.29 0.8 0.17
Hex 9 4F 46 59 0 B 45 AC 50 11
Octal 11 117 106 131 0 13 105 254 120 21
Binary 1001 1001111 1000110 1011001 0 1011 1000101 10101100 1010000 10001

Color Harmonies of #094F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F46

Black with #094F46

Text Example


Text Example

White with #094F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094F46; }

 p { color: rgb(9,79,70); }

 H1.HeaderClassName
 {
   color: #094F46;
 }
 .AnyTagClassName
 {
   color: #094F46;
 }
</style>

background-color css

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

 a { background-color: rgb(9,79,70); }

 div.DivClassName
 {
   background-color: #094F46;
 }
 .BgClassName
 {
   background-color: #094F46;
 }
</style>

border-color css

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

 span { border-color: rgb(9,79,70); }

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