Html Css Color HEX #018774 Observatory

📋 copy color: '#018774'

red 1 ◦ green 135 ◦ blue 116

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

Shades of Observatory #018774

Tints of Observatory #018774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.57%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 0.4%
G = 53.57%
B = 46.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#018774 (or 0x018774) is known color: Observatory. HEX triplet: 01, 87 and 74. RGB value is (1,135,116). Sum of RGB (Red+Green+Blue) = 1+135+116=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #018774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018774 is #FE788B. Grayscale: #5C5C5C. Windows color (decimal): -16677004 or 7636737. OLE color: 7636737.

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

Color convert

RGB 1 135 116 -
CMYK 0.99 0 0.14 0.47
HSL 171.49º 0.99% 0.27% -
HSV(B) 171.49º 0.99% 0.53% -
XYZ 11.83 18.6 19.49 -
YUV 92.77 141.11 62.54 -
System Red Green Blue C M Y K H S L
Decimal 1 135 116 0.99 0 0.14 0.47 171.49 0.99 0.27
Hex 1 87 74 63 0 E 2F AB 63 1B
Octal 1 207 164 143 0 16 57 253 143 33
Binary 1 10000111 1110100 1100011 0 1110 101111 10101011 1100011 11011

Color Harmonies of #018774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018774

Black with #018774

Text Example


Text Example

White with #018774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018774; }

 p { color: rgb(1,135,116); }

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

background-color css

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

 a { background-color: rgb(1,135,116); }

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

border-color css

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

 span { border-color: rgb(1,135,116); }

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