Html Css Color HEX #018C65 Observatory

📋 copy color: '#018C65'

red 1 ◦ green 140 ◦ blue 101

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

Shades of Observatory #018C65

Tints of Observatory #018C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.85%

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

R = 0.41%
G = 57.85%
B = 41.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#018C65 (or 0x018C65) is known color: Observatory. HEX triplet: 01, 8C and 65. RGB value is (1,140,101). Sum of RGB (Red+Green+Blue) = 1+140+101=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #018C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C65 is #FE739A. Grayscale: #5E5E5E. Windows color (decimal): -16675739 or 6654977. OLE color: 6654977.

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

Color convert

RGB 1 140 101 -
CMYK 0.99 0 0.28 0.45
HSL 163.17º 0.99% 0.28% -
HSV(B) 163.17º 0.99% 0.55% -
XYZ 11.74 19.7 15.5 -
YUV 93.99 131.95 61.67 -
System Red Green Blue C M Y K H S L
Decimal 1 140 101 0.99 0 0.28 0.45 163.17 0.99 0.28
Hex 1 8C 65 63 0 1C 2D A3 63 1C
Octal 1 214 145 143 0 34 55 243 143 34
Binary 1 10001100 1100101 1100011 0 11100 101101 10100011 1100011 11100

Color Harmonies of #018C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C65

Black with #018C65

Text Example


Text Example

White with #018C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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