Html Css Color HEX #078B76 Observatory

📋 copy color: '#078B76'

red 7 ◦ green 139 ◦ blue 118

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

Shades of Observatory #078B76

Tints of Observatory #078B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.65%

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 2.65%
G = 52.65%
B = 44.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#078B76 (or 0x078B76) is known color: Observatory. HEX triplet: 07, 8B and 76. RGB value is (7,139,118). Sum of RGB (Red+Green+Blue) = 7+139+118=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #078B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B76 is #F87489. Grayscale: #616161. Windows color (decimal): -16282762 or 7768839. OLE color: 7768839.

HSL color Cylindrical-coordinate representation of color #078B76: hue angle of 170.45º degrees, saturation: 0.9, 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 #078B76 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 139 118 -
CMYK 0.95 0 0.15 0.45
HSL 170.45º 0.9% 0.29% -
HSV(B) 170.45º 0.95% 0.55% -
XYZ 12.59 19.82 20.3 -
YUV 97.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 7 139 118 0.95 0 0.15 0.45 170.45 0.9 0.29
Hex 7 8B 76 5F 0 F 2D AA 5A 1D
Octal 7 213 166 137 0 17 55 252 132 35
Binary 111 10001011 1110110 1011111 0 1111 101101 10101010 1011010 11101

Color Harmonies of #078B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B76

Black with #078B76

Text Example


Text Example

White with #078B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,139,118); }

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

background-color css

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

 a { background-color: rgb(7,139,118); }

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

border-color css

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

 span { border-color: rgb(7,139,118); }

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