Html Css Color HEX #018B69 Observatory

📋 copy color: '#018B69'

red 1 ◦ green 139 ◦ blue 105

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

Shades of Observatory #018B69

Tints of Observatory #018B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.73%

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

R = 0.41%
G = 56.73%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#018B69 (or 0x018B69) is known color: Observatory. HEX triplet: 01, 8B and 69. RGB value is (1,139,105). Sum of RGB (Red+Green+Blue) = 1+139+105=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #018B69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B69 is #FE7496. Grayscale: #5D5D5D. Windows color (decimal): -16675991 or 6916865. OLE color: 6916865.

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

Color convert

RGB 1 139 105 -
CMYK 0.99 0 0.24 0.45
HSL 165.22º 0.99% 0.27% -
HSV(B) 165.22º 0.99% 0.55% -
XYZ 11.79 19.49 16.51 -
YUV 93.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 1 139 105 0.99 0 0.24 0.45 165.22 0.99 0.27
Hex 1 8B 69 63 0 18 2D A5 63 1B
Octal 1 213 151 143 0 30 55 245 143 33
Binary 1 10001011 1101001 1100011 0 11000 101101 10100101 1100011 11011

Color Harmonies of #018B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B69

Black with #018B69

Text Example


Text Example

White with #018B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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