Html Css Color HEX #078D74 Observatory

📋 copy color: '#078D74'

red 7 ◦ green 141 ◦ blue 116

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

Shades of Observatory #078D74

Tints of Observatory #078D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 2.65%
G = 53.41%
B = 43.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#078D74 (or 0x078D74) is known color: Observatory. HEX triplet: 07, 8D and 74. RGB value is (7,141,116). Sum of RGB (Red+Green+Blue) = 7+141+116=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #078D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D74 is #F8728B. Grayscale: #626262. Windows color (decimal): -16282252 or 7638279. OLE color: 7638279.

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

Color convert

RGB 7 141 116 -
CMYK 0.95 0 0.18 0.45
HSL 168.81º 0.91% 0.29% -
HSV(B) 168.81º 0.95% 0.55% -
XYZ 12.76 20.36 19.78 -
YUV 98.08 138.11 63.03 -
System Red Green Blue C M Y K H S L
Decimal 7 141 116 0.95 0 0.18 0.45 168.81 0.91 0.29
Hex 7 8D 74 5F 0 12 2D A9 5B 1D
Octal 7 215 164 137 0 22 55 251 133 35
Binary 111 10001101 1110100 1011111 0 10010 101101 10101001 1011011 11101

Color Harmonies of #078D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D74

Black with #078D74

Text Example


Text Example

White with #078D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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