Html Css Color HEX #078978 Observatory

📋 copy color: '#078978'

red 7 ◦ green 137 ◦ blue 120

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

Shades of Observatory #078978

Tints of Observatory #078978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 2.65%
G = 51.89%
B = 45.45%

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

#078978 (or 0x078978) is known color: Observatory. HEX triplet: 07, 89 and 78. RGB value is (7,137,120). Sum of RGB (Red+Green+Blue) = 7+137+120=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #078978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078978 is #F87687. Grayscale: #606060. Windows color (decimal): -16283272 or 7899399. OLE color: 7899399.

HSL color Cylindrical-coordinate representation of color #078978: hue angle of 172.15º 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 #078978 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 120 -
CMYK 0.95 0 0.12 0.46
HSL 172.15º 0.9% 0.28% -
HSV(B) 172.15º 0.95% 0.54% -
XYZ 12.42 19.29 20.84 -
YUV 96.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 7 137 120 0.95 0 0.12 0.46 172.15 0.9 0.28
Hex 7 89 78 5F 0 C 2E AC 5A 1C
Octal 7 211 170 137 0 14 56 254 132 34
Binary 111 10001001 1111000 1011111 0 1100 101110 10101100 1011010 11100

Color Harmonies of #078978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078978

Black with #078978

Text Example


Text Example

White with #078978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078978; }

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

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

background-color css

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

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

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

border-color css

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

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

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