Html Css Color HEX #095644 Cyprus

📋 copy color: '#095644'

red 9 ◦ green 86 ◦ blue 68

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

Shades of Cyprus #095644

Tints of Cyprus #095644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 5.52%
G = 52.76%
B = 41.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#095644 (or 0x095644) is known color: Cyprus. HEX triplet: 09, 56 and 44. RGB value is (9,86,68). Sum of RGB (Red+Green+Blue) = 9+86+68=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #095644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095644 is #F6A9BB. Grayscale: #3C3C3C. Windows color (decimal): -16165308 or 4478473. OLE color: 4478473.

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

Color convert

RGB 9 86 68 -
CMYK 0.90 0 0.21 0.66
HSL 165.97º 0.81% 0.19% -
HSV(B) 165.97º 0.9% 0.34% -
XYZ 4.48 7.13 6.61 -
YUV 60.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 9 86 68 0.90 0 0.21 0.66 165.97 0.81 0.19
Hex 9 56 44 5A 0 15 42 A6 51 13
Octal 11 126 104 132 0 25 102 246 121 23
Binary 1001 1010110 1000100 1011010 0 10101 1000010 10100110 1010001 10011

Color Harmonies of #095644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095644

Black with #095644

Text Example


Text Example

White with #095644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095644; }

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

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

background-color css

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

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

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

border-color css

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

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

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