Html Css Color HEX #018A68 Observatory

📋 copy color: '#018A68'

red 1 ◦ green 138 ◦ blue 104

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

Shades of Observatory #018A68

Tints of Observatory #018A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 0.41%
G = 56.79%
B = 42.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#018A68 (or 0x018A68) is known color: Observatory. HEX triplet: 01, 8A and 68. RGB value is (1,138,104). Sum of RGB (Red+Green+Blue) = 1+138+104=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #018A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A68 is #FE7597. Grayscale: #5D5D5D. Windows color (decimal): -16676248 or 6851073. OLE color: 6851073.

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

Color convert

RGB 1 138 104 -
CMYK 0.99 0 0.25 0.46
HSL 165.11º 0.99% 0.27% -
HSV(B) 165.11º 0.99% 0.54% -
XYZ 11.6 19.18 16.19 -
YUV 93.16 134.11 62.26 -
System Red Green Blue C M Y K H S L
Decimal 1 138 104 0.99 0 0.25 0.46 165.11 0.99 0.27
Hex 1 8A 68 63 0 19 2E A5 63 1B
Octal 1 212 150 143 0 31 56 245 143 33
Binary 1 10001010 1101000 1100011 0 11001 101110 10100101 1100011 11011

Color Harmonies of #018A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A68

Black with #018A68

Text Example


Text Example

White with #018A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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