Html Css Color HEX #078979 Observatory

📋 copy color: '#078979'

red 7 ◦ green 137 ◦ blue 121

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

Shades of Observatory #078979

Tints of Observatory #078979

RGB

 RED value IS 7 (3.13% from 255) = 2.64%

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

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 2.64%
G = 51.7%
B = 45.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#078979 (or 0x078979) is known color: Observatory. HEX triplet: 07, 89 and 79. RGB value is (7,137,121). Sum of RGB (Red+Green+Blue) = 7+137+121=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #078979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078979 is #F87686. Grayscale: #606060. Windows color (decimal): -16283271 or 7964935. OLE color: 7964935.

HSL color Cylindrical-coordinate representation of color #078979: hue angle of 172.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078979 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 121 -
CMYK 0.95 0 0.12 0.46
HSL 172.62º 0.9% 0.28% -
HSV(B) 172.62º 0.95% 0.54% -
XYZ 12.48 19.32 21.16 -
YUV 96.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 7 137 121 0.95 0 0.12 0.46 172.62 0.9 0.28
Hex 7 89 79 5F 0 C 2E AD 5A 1C
Octal 7 211 171 137 0 14 56 255 132 34
Binary 111 10001001 1111001 1011111 0 1100 101110 10101101 1011010 11100

Color Harmonies of #078979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078979

Black with #078979

Text Example


Text Example

White with #078979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078979; }

 p { color: rgb(7,137,121); }

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

background-color css

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

 a { background-color: rgb(7,137,121); }

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

border-color css

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

 span { border-color: rgb(7,137,121); }

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