Html Css Color HEX #01876D Observatory

📋 copy color: '#01876D'

red 1 ◦ green 135 ◦ blue 109

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

Shades of Observatory #01876D

Tints of Observatory #01876D

RGB

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

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

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

R = 0.41%
G = 55.1%
B = 44.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#01876D (or 0x01876D) is known color: Observatory. HEX triplet: 01, 87 and 6D. RGB value is (1,135,109). Sum of RGB (Red+Green+Blue) = 1+135+109=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #01876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01876D is #FE7892. Grayscale: #5B5B5B. Windows color (decimal): -16677011 or 7177985. OLE color: 7177985.

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

Color convert

RGB 1 135 109 -
CMYK 0.99 0 0.19 0.47
HSL 168.36º 0.99% 0.27% -
HSV(B) 168.36º 0.99% 0.53% -
XYZ 11.44 18.44 17.42 -
YUV 91.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 1 135 109 0.99 0 0.19 0.47 168.36 0.99 0.27
Hex 1 87 6D 63 0 13 2F A8 63 1B
Octal 1 207 155 143 0 23 57 250 143 33
Binary 1 10000111 1101101 1100011 0 10011 101111 10101000 1100011 11011

Color Harmonies of #01876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01876D

Black with #01876D

Text Example


Text Example

White with #01876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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