Html Css Color HEX #05966B Observatory

📋 copy color: '#05966B'

red 5 ◦ green 150 ◦ blue 107

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

Shades of Observatory #05966B

Tints of Observatory #05966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 1.91%
G = 57.25%
B = 40.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#05966B (or 0x05966B) is known color: Observatory. HEX triplet: 05, 96 and 6B. RGB value is (5,150,107). Sum of RGB (Red+Green+Blue) = 5+150+107=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #05966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05966B is #FA6994. Grayscale: #656565. Windows color (decimal): -16411029 or 7050757. OLE color: 7050757.

HSL color Cylindrical-coordinate representation of color #05966B: hue angle of 162.21º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05966B is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 107 -
CMYK 0.97 0 0.29 0.41
HSL 162.21º 0.94% 0.3% -
HSV(B) 162.21º 0.97% 0.59% -
XYZ 13.62 22.91 17.61 -
YUV 101.74 130.96 59 -
System Red Green Blue C M Y K H S L
Decimal 5 150 107 0.97 0 0.29 0.41 162.21 0.94 0.3
Hex 5 96 6B 61 0 1D 29 A2 5E 1E
Octal 5 226 153 141 0 35 51 242 136 36
Binary 101 10010110 1101011 1100001 0 11101 101001 10100010 1011110 11110

Color Harmonies of #05966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05966B

Black with #05966B

Text Example


Text Example

White with #05966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05966B; }

 p { color: rgb(5,150,107); }

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

background-color css

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

 a { background-color: rgb(5,150,107); }

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

border-color css

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

 span { border-color: rgb(5,150,107); }

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