Html Css Color HEX #095745 Cyprus

📋 copy color: '#095745'

red 9 ◦ green 87 ◦ blue 69

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

Shades of Cyprus #095745

Tints of Cyprus #095745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.73%

 BLUE value IS 69 (27.34% from 255) = 41.82%

R = 5.45%
G = 52.73%
B = 41.82%

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

#095745 (or 0x095745) is known color: Cyprus. HEX triplet: 09, 57 and 45. RGB value is (9,87,69). Sum of RGB (Red+Green+Blue) = 9+87+69=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #095745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095745 is #F6A8BA. Grayscale: #3D3D3D. Windows color (decimal): -16165051 or 4544265. OLE color: 4544265.

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

Color convert

RGB 9 87 69 -
CMYK 0.90 0 0.21 0.66
HSL 166.15º 0.81% 0.19% -
HSV(B) 166.15º 0.9% 0.34% -
XYZ 4.6 7.3 6.8 -
YUV 61.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 9 87 69 0.90 0 0.21 0.66 166.15 0.81 0.19
Hex 9 57 45 5A 0 15 42 A6 51 13
Octal 11 127 105 132 0 25 102 246 121 23
Binary 1001 1010111 1000101 1011010 0 10101 1000010 10100110 1010001 10011

Color Harmonies of #095745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095745

Black with #095745

Text Example


Text Example

White with #095745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095745; }

 p { color: rgb(9,87,69); }

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

background-color css

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

 a { background-color: rgb(9,87,69); }

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

border-color css

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

 span { border-color: rgb(9,87,69); }

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