Html Css Color HEX #059376 Observatory

📋 copy color: '#059376'

red 5 ◦ green 147 ◦ blue 118

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

Shades of Observatory #059376

Tints of Observatory #059376

RGB

 RED value IS 5 (2.34% from 255) = 1.85%

 GREEN value IS 147 (57.81% from 255) = 54.44%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 1.85%
G = 54.44%
B = 43.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#059376 (or 0x059376) is known color: Observatory. HEX triplet: 05, 93 and 76. RGB value is (5,147,118). Sum of RGB (Red+Green+Blue) = 5+147+118=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #059376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059376 is #FA6C89. Grayscale: #656565. Windows color (decimal): -16411786 or 7770885. OLE color: 7770885.

HSL color Cylindrical-coordinate representation of color #059376: hue angle of 167.75º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059376 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 118 -
CMYK 0.97 0 0.20 0.42
HSL 167.75º 0.93% 0.3% -
HSV(B) 167.75º 0.97% 0.58% -
XYZ 13.77 22.21 20.7 -
YUV 101.24 137.46 59.36 -
System Red Green Blue C M Y K H S L
Decimal 5 147 118 0.97 0 0.20 0.42 167.75 0.93 0.3
Hex 5 93 76 61 0 14 2A A8 5D 1E
Octal 5 223 166 141 0 24 52 250 135 36
Binary 101 10010011 1110110 1100001 0 10100 101010 10101000 1011101 11110

Color Harmonies of #059376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059376

Black with #059376

Text Example


Text Example

White with #059376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059376; }

 p { color: rgb(5,147,118); }

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

background-color css

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

 a { background-color: rgb(5,147,118); }

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

border-color css

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

 span { border-color: rgb(5,147,118); }

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