Html Css Color HEX #078666 Observatory

📋 copy color: '#078666'

red 7 ◦ green 134 ◦ blue 102

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

Shades of Observatory #078666

Tints of Observatory #078666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.14%

 BLUE value IS 102 (40.23% from 255) = 41.98%

R = 2.88%
G = 55.14%
B = 41.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#078666 (or 0x078666) is known color: Observatory. HEX triplet: 07, 86 and 66. RGB value is (7,134,102). Sum of RGB (Red+Green+Blue) = 7+134+102=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #078666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078666 is #F87999. Grayscale: #5C5C5C. Windows color (decimal): -16284058 or 6718983. OLE color: 6718983.

HSL color Cylindrical-coordinate representation of color #078666: hue angle of 164.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078666 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 134 102 -
CMYK 0.95 0 0.24 0.47
HSL 164.88º 0.9% 0.28% -
HSV(B) 164.88º 0.95% 0.53% -
XYZ 11.01 18.05 15.47 -
YUV 92.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 7 134 102 0.95 0 0.24 0.47 164.88 0.9 0.28
Hex 7 86 66 5F 0 18 2F A5 5A 1C
Octal 7 206 146 137 0 30 57 245 132 34
Binary 111 10000110 1100110 1011111 0 11000 101111 10100101 1011010 11100

Color Harmonies of #078666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078666

Black with #078666

Text Example


Text Example

White with #078666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078666; }

 p { color: rgb(7,134,102); }

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

background-color css

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

 a { background-color: rgb(7,134,102); }

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

border-color css

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

 span { border-color: rgb(7,134,102); }

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