Html Css Color HEX #05946A Observatory

📋 copy color: '#05946A'

red 5 ◦ green 148 ◦ blue 106

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

Shades of Observatory #05946A

Tints of Observatory #05946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 1.93%
G = 57.14%
B = 40.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#05946A (or 0x05946A) is known color: Observatory. HEX triplet: 05, 94 and 6A. RGB value is (5,148,106). Sum of RGB (Red+Green+Blue) = 5+148+106=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #05946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05946A is #FA6B95. Grayscale: #646464. Windows color (decimal): -16411542 or 6984709. OLE color: 6984709.

HSL color Cylindrical-coordinate representation of color #05946A: hue angle of 162.38º 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 #05946A is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 106 -
CMYK 0.97 0 0.28 0.42
HSL 162.38º 0.93% 0.3% -
HSV(B) 162.38º 0.97% 0.58% -
XYZ 13.25 22.25 17.23 -
YUV 100.46 131.12 59.92 -
System Red Green Blue C M Y K H S L
Decimal 5 148 106 0.97 0 0.28 0.42 162.38 0.93 0.3
Hex 5 94 6A 61 0 1C 2A A2 5D 1E
Octal 5 224 152 141 0 34 52 242 135 36
Binary 101 10010100 1101010 1100001 0 11100 101010 10100010 1011101 11110

Color Harmonies of #05946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05946A

Black with #05946A

Text Example


Text Example

White with #05946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05946A; }

 p { color: rgb(5,148,106); }

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

background-color css

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

 a { background-color: rgb(5,148,106); }

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

border-color css

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

 span { border-color: rgb(5,148,106); }

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