Html Css Color HEX #078B74 Observatory

📋 copy color: '#078B74'

red 7 ◦ green 139 ◦ blue 116

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

Shades of Observatory #078B74

Tints of Observatory #078B74

RGB

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

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

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

R = 2.67%
G = 53.05%
B = 44.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#078B74 (or 0x078B74) is known color: Observatory. HEX triplet: 07, 8B and 74. RGB value is (7,139,116). Sum of RGB (Red+Green+Blue) = 7+139+116=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #078B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B74 is #F8748B. Grayscale: #606060. Windows color (decimal): -16282764 or 7637767. OLE color: 7637767.

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

Color convert

RGB 7 139 116 -
CMYK 0.95 0 0.17 0.45
HSL 169.55º 0.9% 0.29% -
HSV(B) 169.55º 0.95% 0.55% -
XYZ 12.47 19.77 19.68 -
YUV 96.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 7 139 116 0.95 0 0.17 0.45 169.55 0.9 0.29
Hex 7 8B 74 5F 0 11 2D AA 5A 1D
Octal 7 213 164 137 0 21 55 252 132 35
Binary 111 10001011 1110100 1011111 0 10001 101101 10101010 1011010 11101

Color Harmonies of #078B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B74

Black with #078B74

Text Example


Text Example

White with #078B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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