Html Css Color HEX #01966D Observatory

📋 copy color: '#01966D'

red 1 ◦ green 150 ◦ blue 109

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

Shades of Observatory #01966D

Tints of Observatory #01966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 0.38%
G = 57.69%
B = 41.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#01966D (or 0x01966D) is known color: Observatory. HEX triplet: 01, 96 and 6D. RGB value is (1,150,109). Sum of RGB (Red+Green+Blue) = 1+150+109=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #01966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01966D is #FE6992. Grayscale: #646464. Windows color (decimal): -16673171 or 7181825. OLE color: 7181825.

HSL color Cylindrical-coordinate representation of color #01966D: hue angle of 163.49º 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 #01966D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 109 -
CMYK 0.99 0 0.27 0.41
HSL 163.49º 0.99% 0.3% -
HSV(B) 163.49º 0.99% 0.59% -
XYZ 13.68 22.92 18.17 -
YUV 100.78 132.64 56.83 -
System Red Green Blue C M Y K H S L
Decimal 1 150 109 0.99 0 0.27 0.41 163.49 0.99 0.3
Hex 1 96 6D 63 0 1B 29 A3 63 1E
Octal 1 226 155 143 0 33 51 243 143 36
Binary 1 10010110 1101101 1100011 0 11011 101001 10100011 1100011 11110

Color Harmonies of #01966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01966D

Black with #01966D

Text Example


Text Example

White with #01966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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