Html Css Color HEX #018A69 Observatory

📋 copy color: '#018A69'

red 1 ◦ green 138 ◦ blue 105

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

Shades of Observatory #018A69

Tints of Observatory #018A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 0.41%
G = 56.56%
B = 43.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#018A69 (or 0x018A69) is known color: Observatory. HEX triplet: 01, 8A and 69. RGB value is (1,138,105). Sum of RGB (Red+Green+Blue) = 1+138+105=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #018A69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A69 is #FE7596. Grayscale: #5D5D5D. Windows color (decimal): -16676247 or 6916609. OLE color: 6916609.

HSL color Cylindrical-coordinate representation of color #018A69: hue angle of 165.55º 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 #018A69 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 105 -
CMYK 0.99 0 0.24 0.46
HSL 165.55º 0.99% 0.27% -
HSV(B) 165.55º 0.99% 0.54% -
XYZ 11.65 19.2 16.46 -
YUV 93.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 1 138 105 0.99 0 0.24 0.46 165.55 0.99 0.27
Hex 1 8A 69 63 0 18 2E A6 63 1B
Octal 1 212 151 143 0 30 56 246 143 33
Binary 1 10001010 1101001 1100011 0 11000 101110 10100110 1100011 11011

Color Harmonies of #018A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A69

Black with #018A69

Text Example


Text Example

White with #018A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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