Html Css Color HEX #078866 Observatory

📋 copy color: '#078866'

red 7 ◦ green 136 ◦ blue 102

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

Shades of Observatory #078866

Tints of Observatory #078866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.51%

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

R = 2.86%
G = 55.51%
B = 41.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#078866 (or 0x078866) is known color: Observatory. HEX triplet: 07, 88 and 66. RGB value is (7,136,102). Sum of RGB (Red+Green+Blue) = 7+136+102=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #078866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078866 is #F87799. Grayscale: #5D5D5D. Windows color (decimal): -16283546 or 6719495. OLE color: 6719495.

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

Color convert

RGB 7 136 102 -
CMYK 0.95 0 0.25 0.47
HSL 164.19º 0.9% 0.28% -
HSV(B) 164.19º 0.95% 0.53% -
XYZ 11.29 18.61 15.57 -
YUV 93.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 7 136 102 0.95 0 0.25 0.47 164.19 0.9 0.28
Hex 7 88 66 5F 0 19 2F A4 5A 1C
Octal 7 210 146 137 0 31 57 244 132 34
Binary 111 10001000 1100110 1011111 0 11001 101111 10100100 1011010 11100

Color Harmonies of #078866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078866

Black with #078866

Text Example


Text Example

White with #078866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078866; }

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

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

background-color css

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

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

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

border-color css

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

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

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