Html Css Color HEX #018968 Observatory

📋 copy color: '#018968'

red 1 ◦ green 137 ◦ blue 104

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

Shades of Observatory #018968

Tints of Observatory #018968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.61%

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

R = 0.41%
G = 56.61%
B = 42.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#018968 (or 0x018968) is known color: Observatory. HEX triplet: 01, 89 and 68. RGB value is (1,137,104). Sum of RGB (Red+Green+Blue) = 1+137+104=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #018968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018968 is #FE7697. Grayscale: #5C5C5C. Windows color (decimal): -16676504 or 6850817. OLE color: 6850817.

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

Color convert

RGB 1 137 104 -
CMYK 0.99 0 0.24 0.46
HSL 165.44º 0.99% 0.27% -
HSV(B) 165.44º 0.99% 0.54% -
XYZ 11.46 18.9 16.14 -
YUV 92.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 1 137 104 0.99 0 0.24 0.46 165.44 0.99 0.27
Hex 1 89 68 63 0 18 2E A5 63 1B
Octal 1 211 150 143 0 30 56 245 143 33
Binary 1 10001001 1101000 1100011 0 11000 101110 10100101 1100011 11011

Color Harmonies of #018968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018968

Black with #018968

Text Example


Text Example

White with #018968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018968; }

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

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

background-color css

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

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

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

border-color css

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

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

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