Html Css Color HEX #018B68 Observatory

📋 copy color: '#018B68'

red 1 ◦ green 139 ◦ blue 104

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

Shades of Observatory #018B68

Tints of Observatory #018B68

RGB

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

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

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

R = 0.41%
G = 56.97%
B = 42.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#018B68 (or 0x018B68) is known color: Observatory. HEX triplet: 01, 8B and 68. RGB value is (1,139,104). Sum of RGB (Red+Green+Blue) = 1+139+104=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #018B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B68 is #FE7497. Grayscale: #5D5D5D. Windows color (decimal): -16675992 or 6851329. OLE color: 6851329.

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

Color convert

RGB 1 139 104 -
CMYK 0.99 0 0.25 0.45
HSL 164.78º 0.99% 0.27% -
HSV(B) 164.78º 0.99% 0.55% -
XYZ 11.74 19.47 16.24 -
YUV 93.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 1 139 104 0.99 0 0.25 0.45 164.78 0.99 0.27
Hex 1 8B 68 63 0 19 2D A5 63 1B
Octal 1 213 150 143 0 31 55 245 143 33
Binary 1 10001011 1101000 1100011 0 11001 101101 10100101 1100011 11011

Color Harmonies of #018B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B68

Black with #018B68

Text Example


Text Example

White with #018B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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