Html Css Color HEX #01966F Observatory

📋 copy color: '#01966F'

red 1 ◦ green 150 ◦ blue 111

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

Shades of Observatory #01966F

Tints of Observatory #01966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 0.38%
G = 57.25%
B = 42.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#01966F (or 0x01966F) is known color: Observatory. HEX triplet: 01, 96 and 6F. RGB value is (1,150,111). Sum of RGB (Red+Green+Blue) = 1+150+111=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #01966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01966F is #FE6990. Grayscale: #656565. Windows color (decimal): -16673169 or 7312897. OLE color: 7312897.

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

Color convert

RGB 1 150 111 -
CMYK 0.99 0 0.26 0.41
HSL 164.3º 0.99% 0.3% -
HSV(B) 164.3º 0.99% 0.59% -
XYZ 13.79 22.97 18.75 -
YUV 101 133.64 56.67 -
System Red Green Blue C M Y K H S L
Decimal 1 150 111 0.99 0 0.26 0.41 164.3 0.99 0.3
Hex 1 96 6F 63 0 1A 29 A4 63 1E
Octal 1 226 157 143 0 32 51 244 143 36
Binary 1 10010110 1101111 1100011 0 11010 101001 10100100 1100011 11110

Color Harmonies of #01966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01966F

Black with #01966F

Text Example


Text Example

White with #01966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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