Html Css Color HEX #095245 Cyprus

📋 copy color: '#095245'

red 9 ◦ green 82 ◦ blue 69

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

Shades of Cyprus #095245

Tints of Cyprus #095245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.25%

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

R = 5.63%
G = 51.25%
B = 43.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#095245 (or 0x095245) is known color: Cyprus. HEX triplet: 09, 52 and 45. RGB value is (9,82,69). Sum of RGB (Red+Green+Blue) = 9+82+69=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #095245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095245 is #F6ADBA. Grayscale: #3A3A3A. Windows color (decimal): -16166331 or 4542985. OLE color: 4542985.

HSL color Cylindrical-coordinate representation of color #095245: hue angle of 169.32º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095245 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 69 -
CMYK 0.89 0 0.16 0.68
HSL 169.32º 0.8% 0.18% -
HSV(B) 169.32º 0.89% 0.32% -
XYZ 4.2 6.52 6.67 -
YUV 58.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 9 82 69 0.89 0 0.16 0.68 169.32 0.8 0.18
Hex 9 52 45 59 0 10 44 A9 50 12
Octal 11 122 105 131 0 20 104 251 120 22
Binary 1001 1010010 1000101 1011001 0 10000 1000100 10101001 1010000 10010

Color Harmonies of #095245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095245

Black with #095245

Text Example


Text Example

White with #095245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095245; }

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

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

background-color css

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

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

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

border-color css

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

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

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