Html Css Color HEX #094741 Cyprus

📋 copy color: '#094741'

red 9 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #094741

Tints of Cyprus #094741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 6.21%
G = 48.97%
B = 44.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#094741 (or 0x094741) is known color: Cyprus. HEX triplet: 09, 47 and 41. RGB value is (9,71,65). Sum of RGB (Red+Green+Blue) = 9+71+65=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #094741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094741 is #F6B8BE. Grayscale: #333333. Windows color (decimal): -16169151 or 4278025. OLE color: 4278025.

HSL color Cylindrical-coordinate representation of color #094741: hue angle of 174.19º 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 #094741 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 65 -
CMYK 0.87 0 0.08 0.72
HSL 174.19º 0.78% 0.16% -
HSV(B) 174.19º 0.87% 0.28% -
XYZ 3.32 4.95 5.78 -
YUV 51.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 9 71 65 0.87 0 0.08 0.72 174.19 0.78 0.16
Hex 9 47 41 57 0 8 48 AE 4E 10
Octal 11 107 101 127 0 10 110 256 116 20
Binary 1001 1000111 1000001 1010111 0 1000 1001000 10101110 1001110 10000

Color Harmonies of #094741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094741

Black with #094741

Text Example


Text Example

White with #094741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094741; }

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

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

background-color css

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

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

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

border-color css

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

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

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