Html Css Color HEX #095648 Cyprus

📋 copy color: '#095648'

red 9 ◦ green 86 ◦ blue 72

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

Shades of Cyprus #095648

Tints of Cyprus #095648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.11%

R = 5.39%
G = 51.5%
B = 43.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#095648 (or 0x095648) is known color: Cyprus. HEX triplet: 09, 56 and 48. RGB value is (9,86,72). Sum of RGB (Red+Green+Blue) = 9+86+72=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #095648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095648 is #F6A9B7. Grayscale: #3D3D3D. Windows color (decimal): -16165304 or 4740617. OLE color: 4740617.

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

Color convert

RGB 9 86 72 -
CMYK 0.90 0 0.16 0.66
HSL 169.09º 0.81% 0.19% -
HSV(B) 169.09º 0.9% 0.34% -
XYZ 4.61 7.18 7.27 -
YUV 61.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 9 86 72 0.90 0 0.16 0.66 169.09 0.81 0.19
Hex 9 56 48 5A 0 10 42 A9 51 13
Octal 11 126 110 132 0 20 102 251 121 23
Binary 1001 1010110 1001000 1011010 0 10000 1000010 10101001 1010001 10011

Color Harmonies of #095648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095648

Black with #095648

Text Example


Text Example

White with #095648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095648; }

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

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

background-color css

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

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

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

border-color css

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

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

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