Html Css Color HEX #058760 Observatory

📋 copy color: '#058760'

red 5 ◦ green 135 ◦ blue 96

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

Shades of Observatory #058760

Tints of Observatory #058760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 2.12%
G = 57.2%
B = 40.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#058760 (or 0x058760) is known color: Observatory. HEX triplet: 05, 87 and 60. RGB value is (5,135,96). Sum of RGB (Red+Green+Blue) = 5+135+96=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #058760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058760 is #FA789F. Grayscale: #5B5B5B. Windows color (decimal): -16414880 or 6326021. OLE color: 6326021.

HSL color Cylindrical-coordinate representation of color #058760: hue angle of 162º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058760 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 96 -
CMYK 0.96 0 0.29 0.47
HSL 162º 0.93% 0.27% -
HSV(B) 162º 0.96% 0.53% -
XYZ 10.84 18.2 14.01 -
YUV 91.68 130.43 66.17 -
System Red Green Blue C M Y K H S L
Decimal 5 135 96 0.96 0 0.29 0.47 162 0.93 0.27
Hex 5 87 60 60 0 1D 2F A2 5D 1B
Octal 5 207 140 140 0 35 57 242 135 33
Binary 101 10000111 1100000 1100000 0 11101 101111 10100010 1011101 11011

Color Harmonies of #058760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058760

Black with #058760

Text Example


Text Example

White with #058760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058760; }

 p { color: rgb(5,135,96); }

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

background-color css

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

 a { background-color: rgb(5,135,96); }

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

border-color css

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

 span { border-color: rgb(5,135,96); }

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