Html Css Color HEX #058C76 Observatory

📋 copy color: '#058C76'

red 5 ◦ green 140 ◦ blue 118

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

Shades of Observatory #058C76

Tints of Observatory #058C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.23%

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

R = 1.9%
G = 53.23%
B = 44.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#058C76 (or 0x058C76) is known color: Observatory. HEX triplet: 05, 8C and 76. RGB value is (5,140,118). Sum of RGB (Red+Green+Blue) = 5+140+118=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #058C76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C76 is #FA7389. Grayscale: #616161. Windows color (decimal): -16413578 or 7769093. OLE color: 7769093.

HSL color Cylindrical-coordinate representation of color #058C76: hue angle of 170.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C76 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 118 -
CMYK 0.96 0 0.16 0.45
HSL 170.22º 0.93% 0.28% -
HSV(B) 170.22º 0.96% 0.55% -
XYZ 12.71 20.1 20.35 -
YUV 97.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 5 140 118 0.96 0 0.16 0.45 170.22 0.93 0.28
Hex 5 8C 76 60 0 10 2D AA 5D 1C
Octal 5 214 166 140 0 20 55 252 135 34
Binary 101 10001100 1110110 1100000 0 10000 101101 10101010 1011101 11100

Color Harmonies of #058C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C76

Black with #058C76

Text Example


Text Example

White with #058C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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