Html Css Color HEX #078D79 Observatory

📋 copy color: '#078D79'

red 7 ◦ green 141 ◦ blue 121

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

Shades of Observatory #078D79

Tints of Observatory #078D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.42%

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

R = 2.6%
G = 52.42%
B = 44.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#078D79 (or 0x078D79) is known color: Observatory. HEX triplet: 07, 8D and 79. RGB value is (7,141,121). Sum of RGB (Red+Green+Blue) = 7+141+121=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #078D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D79 is #F87286. Grayscale: #626262. Windows color (decimal): -16282247 or 7965959. OLE color: 7965959.

HSL color Cylindrical-coordinate representation of color #078D79: hue angle of 171.04º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D79 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 141 121 -
CMYK 0.95 0 0.14 0.45
HSL 171.04º 0.91% 0.29% -
HSV(B) 171.04º 0.95% 0.55% -
XYZ 13.06 20.48 21.35 -
YUV 98.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 7 141 121 0.95 0 0.14 0.45 171.04 0.91 0.29
Hex 7 8D 79 5F 0 E 2D AB 5B 1D
Octal 7 215 171 137 0 16 55 253 133 35
Binary 111 10001101 1111001 1011111 0 1110 101101 10101011 1011011 11101

Color Harmonies of #078D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D79

Black with #078D79

Text Example


Text Example

White with #078D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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