Html Css Color HEX #078879 Observatory

📋 copy color: '#078879'

red 7 ◦ green 136 ◦ blue 121

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

Shades of Observatory #078879

Tints of Observatory #078879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.52%

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

R = 2.65%
G = 51.52%
B = 45.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#078879 (or 0x078879) is known color: Observatory. HEX triplet: 07, 88 and 79. RGB value is (7,136,121). Sum of RGB (Red+Green+Blue) = 7+136+121=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #078879 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078879 is #F87786. Grayscale: #5F5F5F. Windows color (decimal): -16283527 or 7964679. OLE color: 7964679.

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

Color convert

RGB 7 136 121 -
CMYK 0.95 0 0.11 0.47
HSL 173.02º 0.9% 0.28% -
HSV(B) 173.02º 0.95% 0.53% -
XYZ 12.34 19.03 21.11 -
YUV 95.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 7 136 121 0.95 0 0.11 0.47 173.02 0.9 0.28
Hex 7 88 79 5F 0 B 2F AD 5A 1C
Octal 7 210 171 137 0 13 57 255 132 34
Binary 111 10001000 1111001 1011111 0 1011 101111 10101101 1011010 11100

Color Harmonies of #078879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078879

Black with #078879

Text Example


Text Example

White with #078879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078879; }

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

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

background-color css

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

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

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

border-color css

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

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

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