Html Css Color HEX #01936F Observatory

📋 copy color: '#01936F'

red 1 ◦ green 147 ◦ blue 111

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

Shades of Observatory #01936F

Tints of Observatory #01936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

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

R = 0.39%
G = 56.76%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#01936F (or 0x01936F) is known color: Observatory. HEX triplet: 01, 93 and 6F. RGB value is (1,147,111). Sum of RGB (Red+Green+Blue) = 1+147+111=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #01936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01936F is #FE6C90. Grayscale: #636363. Windows color (decimal): -16673937 or 7312129. OLE color: 7312129.

HSL color Cylindrical-coordinate representation of color #01936F: hue angle of 165.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01936F is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 111 -
CMYK 0.99 0 0.24 0.42
HSL 165.21º 0.99% 0.29% -
HSV(B) 165.21º 0.99% 0.58% -
XYZ 13.32 22.02 18.59 -
YUV 99.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 1 147 111 0.99 0 0.24 0.42 165.21 0.99 0.29
Hex 1 93 6F 63 0 18 2A A5 63 1D
Octal 1 223 157 143 0 30 52 245 143 35
Binary 1 10010011 1101111 1100011 0 11000 101010 10100101 1100011 11101

Color Harmonies of #01936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01936F

Black with #01936F

Text Example


Text Example

White with #01936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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