Html Css Color HEX #095649 Cyprus

📋 copy color: '#095649'

red 9 ◦ green 86 ◦ blue 73

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

Shades of Cyprus #095649

Tints of Cyprus #095649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.19%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 5.36%
G = 51.19%
B = 43.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#095649 (or 0x095649) is known color: Cyprus. HEX triplet: 09, 56 and 49. RGB value is (9,86,73). Sum of RGB (Red+Green+Blue) = 9+86+73=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #095649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095649 is #F6A9B6. Grayscale: #3D3D3D. Windows color (decimal): -16165303 or 4806153. OLE color: 4806153.

HSL color Cylindrical-coordinate representation of color #095649: hue angle of 169.87º 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 #095649 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 73 -
CMYK 0.90 0 0.15 0.66
HSL 169.87º 0.81% 0.19% -
HSV(B) 169.87º 0.9% 0.34% -
XYZ 4.64 7.19 7.45 -
YUV 61.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 9 86 73 0.90 0 0.15 0.66 169.87 0.81 0.19
Hex 9 56 49 5A 0 F 42 AA 51 13
Octal 11 126 111 132 0 17 102 252 121 23
Binary 1001 1010110 1001001 1011010 0 1111 1000010 10101010 1010001 10011

Color Harmonies of #095649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095649

Black with #095649

Text Example


Text Example

White with #095649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095649; }

 p { color: rgb(9,86,73); }

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

background-color css

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

 a { background-color: rgb(9,86,73); }

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

border-color css

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

 span { border-color: rgb(9,86,73); }

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