Html Css Color HEX #01876A Observatory

📋 copy color: '#01876A'

red 1 ◦ green 135 ◦ blue 106

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

Shades of Observatory #01876A

Tints of Observatory #01876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 0.41%
G = 55.79%
B = 43.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#01876A (or 0x01876A) is known color: Observatory. HEX triplet: 01, 87 and 6A. RGB value is (1,135,106). Sum of RGB (Red+Green+Blue) = 1+135+106=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #01876A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01876A is #FE7895. Grayscale: #5B5B5B. Windows color (decimal): -16677014 or 6981377. OLE color: 6981377.

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

Color convert

RGB 1 135 106 -
CMYK 0.99 0 0.21 0.47
HSL 167.01º 0.99% 0.27% -
HSV(B) 167.01º 0.99% 0.53% -
XYZ 11.28 18.38 16.59 -
YUV 91.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 1 135 106 0.99 0 0.21 0.47 167.01 0.99 0.27
Hex 1 87 6A 63 0 15 2F A7 63 1B
Octal 1 207 152 143 0 25 57 247 143 33
Binary 1 10000111 1101010 1100011 0 10101 101111 10100111 1100011 11011

Color Harmonies of #01876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01876A

Black with #01876A

Text Example


Text Example

White with #01876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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