Html Css Color HEX #078B68 Observatory

📋 copy color: '#078B68'

red 7 ◦ green 139 ◦ blue 104

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

Shades of Observatory #078B68

Tints of Observatory #078B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 2.8%
G = 55.6%
B = 41.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#078B68 (or 0x078B68) is known color: Observatory. HEX triplet: 07, 8B and 68. RGB value is (7,139,104). Sum of RGB (Red+Green+Blue) = 7+139+104=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #078B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B68 is #F87497. Grayscale: #5F5F5F. Windows color (decimal): -16282776 or 6851335. OLE color: 6851335.

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

Color convert

RGB 7 139 104 -
CMYK 0.95 0 0.25 0.45
HSL 164.09º 0.9% 0.29% -
HSV(B) 164.09º 0.95% 0.55% -
XYZ 11.82 19.51 16.24 -
YUV 95.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 7 139 104 0.95 0 0.25 0.45 164.09 0.9 0.29
Hex 7 8B 68 5F 0 19 2D A4 5A 1D
Octal 7 213 150 137 0 31 55 244 132 35
Binary 111 10001011 1101000 1011111 0 11001 101101 10100100 1011010 11101

Color Harmonies of #078B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B68

Black with #078B68

Text Example


Text Example

White with #078B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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