Html Css Color HEX #018A72 Observatory

📋 copy color: '#018A72'

red 1 ◦ green 138 ◦ blue 114

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

Shades of Observatory #018A72

Tints of Observatory #018A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.55%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 0.4%
G = 54.55%
B = 45.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#018A72 (or 0x018A72) is known color: Observatory. HEX triplet: 01, 8A and 72. RGB value is (1,138,114). Sum of RGB (Red+Green+Blue) = 1+138+114=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #018A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A72 is #FE758D. Grayscale: #5E5E5E. Windows color (decimal): -16676238 or 7506433. OLE color: 7506433.

HSL color Cylindrical-coordinate representation of color #018A72: hue angle of 169.49º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A72 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 114 -
CMYK 0.99 0 0.17 0.46
HSL 169.49º 0.99% 0.27% -
HSV(B) 169.49º 0.99% 0.54% -
XYZ 12.14 19.4 19.02 -
YUV 94.3 139.11 61.45 -
System Red Green Blue C M Y K H S L
Decimal 1 138 114 0.99 0 0.17 0.46 169.49 0.99 0.27
Hex 1 8A 72 63 0 11 2E A9 63 1B
Octal 1 212 162 143 0 21 56 251 143 33
Binary 1 10001010 1110010 1100011 0 10001 101110 10101001 1100011 11011

Color Harmonies of #018A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A72

Black with #018A72

Text Example


Text Example

White with #018A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A72; }

 p { color: rgb(1,138,114); }

 H1.HeaderClassName
 {
   color: #018A72;
 }
 .AnyTagClassName
 {
   color: #018A72;
 }
</style>

background-color css

<style>
 a { background-color: #018A72; }

 a { background-color: rgb(1,138,114); }

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

border-color css

<style>
 span { border-color: #018A72; }

 span { border-color: rgb(1,138,114); }

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