Html Css Color HEX #095045 Cyprus

📋 copy color: '#095045'

red 9 ◦ green 80 ◦ blue 69

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

Shades of Cyprus #095045

Tints of Cyprus #095045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.63%

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

R = 5.7%
G = 50.63%
B = 43.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#095045 (or 0x095045) is known color: Cyprus. HEX triplet: 09, 50 and 45. RGB value is (9,80,69). Sum of RGB (Red+Green+Blue) = 9+80+69=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #095045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095045 is #F6AFBA. Grayscale: #393939. Windows color (decimal): -16166843 or 4542473. OLE color: 4542473.

HSL color Cylindrical-coordinate representation of color #095045: hue angle of 170.7º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095045 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 69 -
CMYK 0.89 0 0.14 0.69
HSL 170.7º 0.8% 0.17% -
HSV(B) 170.7º 0.89% 0.31% -
XYZ 4.06 6.23 6.62 -
YUV 57.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 9 80 69 0.89 0 0.14 0.69 170.7 0.8 0.17
Hex 9 50 45 59 0 E 45 AB 50 11
Octal 11 120 105 131 0 16 105 253 120 21
Binary 1001 1010000 1000101 1011001 0 1110 1000101 10101011 1010000 10001

Color Harmonies of #095045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095045

Black with #095045

Text Example


Text Example

White with #095045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095045; }

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

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

background-color css

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

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

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

border-color css

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

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

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