Html Css Color HEX #01876F Observatory

📋 copy color: '#01876F'

red 1 ◦ green 135 ◦ blue 111

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

Shades of Observatory #01876F

Tints of Observatory #01876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.66%

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

R = 0.4%
G = 54.66%
B = 44.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#01876F (or 0x01876F) is known color: Observatory. HEX triplet: 01, 87 and 6F. RGB value is (1,135,111). Sum of RGB (Red+Green+Blue) = 1+135+111=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #01876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01876F is #FE7890. Grayscale: #5C5C5C. Windows color (decimal): -16677009 or 7309057. OLE color: 7309057.

HSL color Cylindrical-coordinate representation of color #01876F: hue angle of 169.25º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01876F is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 111 -
CMYK 0.99 0 0.18 0.47
HSL 169.25º 0.99% 0.27% -
HSV(B) 169.25º 0.99% 0.53% -
XYZ 11.55 18.48 18 -
YUV 92.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 1 135 111 0.99 0 0.18 0.47 169.25 0.99 0.27
Hex 1 87 6F 63 0 12 2F A9 63 1B
Octal 1 207 157 143 0 22 57 251 143 33
Binary 1 10000111 1101111 1100011 0 10010 101111 10101001 1100011 11011

Color Harmonies of #01876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01876F

Black with #01876F

Text Example


Text Example

White with #01876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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