Html Css Color HEX #058960 Observatory

📋 copy color: '#058960'

red 5 ◦ green 137 ◦ blue 96

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

Shades of Observatory #058960

Tints of Observatory #058960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.56%

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

R = 2.1%
G = 57.56%
B = 40.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#058960 (or 0x058960) is known color: Observatory. HEX triplet: 05, 89 and 60. RGB value is (5,137,96). Sum of RGB (Red+Green+Blue) = 5+137+96=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #058960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058960 is #FA769F. Grayscale: #5C5C5C. Windows color (decimal): -16414368 or 6326533. OLE color: 6326533.

HSL color Cylindrical-coordinate representation of color #058960: hue angle of 161.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058960 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 96 -
CMYK 0.96 0 0.30 0.46
HSL 161.36º 0.93% 0.28% -
HSV(B) 161.36º 0.96% 0.54% -
XYZ 11.12 18.77 14.1 -
YUV 92.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 5 137 96 0.96 0 0.30 0.46 161.36 0.93 0.28
Hex 5 89 60 60 0 1E 2E A1 5D 1C
Octal 5 211 140 140 0 36 56 241 135 34
Binary 101 10001001 1100000 1100000 0 11110 101110 10100001 1011101 11100

Color Harmonies of #058960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058960

Black with #058960

Text Example


Text Example

White with #058960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058960; }

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

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

background-color css

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

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

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

border-color css

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

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

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