Html Css Color HEX #01966B Observatory

📋 copy color: '#01966B'

red 1 ◦ green 150 ◦ blue 107

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

Shades of Observatory #01966B

Tints of Observatory #01966B

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

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

R = 0.39%
G = 58.14%
B = 41.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#01966B (or 0x01966B) is known color: Observatory. HEX triplet: 01, 96 and 6B. RGB value is (1,150,107). Sum of RGB (Red+Green+Blue) = 1+150+107=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #01966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01966B is #FE6994. Grayscale: #646464. Windows color (decimal): -16673173 or 7050753. OLE color: 7050753.

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

Color convert

RGB 1 150 107 -
CMYK 0.99 0 0.29 0.41
HSL 162.68º 0.99% 0.3% -
HSV(B) 162.68º 0.99% 0.59% -
XYZ 13.57 22.88 17.61 -
YUV 100.55 131.64 57 -
System Red Green Blue C M Y K H S L
Decimal 1 150 107 0.99 0 0.29 0.41 162.68 0.99 0.3
Hex 1 96 6B 63 0 1D 29 A3 63 1E
Octal 1 226 153 143 0 35 51 243 143 36
Binary 1 10010110 1101011 1100011 0 11101 101001 10100011 1100011 11110

Color Harmonies of #01966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01966B

Black with #01966B

Text Example


Text Example

White with #01966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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