Html Css Color HEX #018B67 Observatory

📋 copy color: '#018B67'

red 1 ◦ green 139 ◦ blue 103

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

Shades of Observatory #018B67

Tints of Observatory #018B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 0.41%
G = 57.2%
B = 42.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#018B67 (or 0x018B67) is known color: Observatory. HEX triplet: 01, 8B and 67. RGB value is (1,139,103). Sum of RGB (Red+Green+Blue) = 1+139+103=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #018B67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B67 is #FE7498. Grayscale: #5D5D5D. Windows color (decimal): -16675993 or 6785793. OLE color: 6785793.

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

Color convert

RGB 1 139 103 -
CMYK 0.99 0 0.26 0.45
HSL 164.35º 0.99% 0.27% -
HSV(B) 164.35º 0.99% 0.55% -
XYZ 11.69 19.45 15.97 -
YUV 93.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 1 139 103 0.99 0 0.26 0.45 164.35 0.99 0.27
Hex 1 8B 67 63 0 1A 2D A4 63 1B
Octal 1 213 147 143 0 32 55 244 143 33
Binary 1 10001011 1100111 1100011 0 11010 101101 10100100 1100011 11011

Color Harmonies of #018B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B67

Black with #018B67

Text Example


Text Example

White with #018B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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