Html Css Color HEX #018B65 Observatory

📋 copy color: '#018B65'

red 1 ◦ green 139 ◦ blue 101

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

Shades of Observatory #018B65

Tints of Observatory #018B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 0.41%
G = 57.68%
B = 41.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#018B65 (or 0x018B65) is known color: Observatory. HEX triplet: 01, 8B and 65. RGB value is (1,139,101). Sum of RGB (Red+Green+Blue) = 1+139+101=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #018B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B65 is #FE749A. Grayscale: #5D5D5D. Windows color (decimal): -16675995 or 6654721. OLE color: 6654721.

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

Color convert

RGB 1 139 101 -
CMYK 0.99 0 0.27 0.45
HSL 163.48º 0.99% 0.27% -
HSV(B) 163.48º 0.99% 0.55% -
XYZ 11.59 19.41 15.45 -
YUV 93.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 1 139 101 0.99 0 0.27 0.45 163.48 0.99 0.27
Hex 1 8B 65 63 0 1B 2D A3 63 1B
Octal 1 213 145 143 0 33 55 243 143 33
Binary 1 10001011 1100101 1100011 0 11011 101101 10100011 1100011 11011

Color Harmonies of #018B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B65

Black with #018B65

Text Example


Text Example

White with #018B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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