Html Css Color HEX #018675 Observatory

📋 copy color: '#018675'

red 1 ◦ green 134 ◦ blue 117

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

Shades of Observatory #018675

Tints of Observatory #018675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 0.4%
G = 53.17%
B = 46.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#018675 (or 0x018675) is known color: Observatory. HEX triplet: 01, 86 and 75. RGB value is (1,134,117). Sum of RGB (Red+Green+Blue) = 1+134+117=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #018675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018675 is #FE798A. Grayscale: #5C5C5C. Windows color (decimal): -16677259 or 7702017. OLE color: 7702017.

HSL color Cylindrical-coordinate representation of color #018675: hue angle of 172.33º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018675 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 117 -
CMYK 0.99 0 0.13 0.47
HSL 172.33º 0.99% 0.26% -
HSV(B) 172.33º 0.99% 0.53% -
XYZ 11.75 18.34 19.75 -
YUV 92.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 1 134 117 0.99 0 0.13 0.47 172.33 0.99 0.26
Hex 1 86 75 63 0 D 2F AC 63 1A
Octal 1 206 165 143 0 15 57 254 143 32
Binary 1 10000110 1110101 1100011 0 1101 101111 10101100 1100011 11010

Color Harmonies of #018675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018675

Black with #018675

Text Example


Text Example

White with #018675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018675; }

 p { color: rgb(1,134,117); }

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

background-color css

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

 a { background-color: rgb(1,134,117); }

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

border-color css

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

 span { border-color: rgb(1,134,117); }

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