Html Css Color HEX #078966 Observatory

📋 copy color: '#078966'

red 7 ◦ green 137 ◦ blue 102

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

Shades of Observatory #078966

Tints of Observatory #078966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.69%

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

R = 2.85%
G = 55.69%
B = 41.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#078966 (or 0x078966) is known color: Observatory. HEX triplet: 07, 89 and 66. RGB value is (7,137,102). Sum of RGB (Red+Green+Blue) = 7+137+102=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #078966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078966 is #F87699. Grayscale: #5E5E5E. Windows color (decimal): -16283290 or 6719751. OLE color: 6719751.

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

Color convert

RGB 7 137 102 -
CMYK 0.95 0 0.26 0.46
HSL 163.85º 0.9% 0.28% -
HSV(B) 163.85º 0.95% 0.54% -
XYZ 11.43 18.9 15.62 -
YUV 94.14 132.43 65.85 -
System Red Green Blue C M Y K H S L
Decimal 7 137 102 0.95 0 0.26 0.46 163.85 0.9 0.28
Hex 7 89 66 5F 0 1A 2E A4 5A 1C
Octal 7 211 146 137 0 32 56 244 132 34
Binary 111 10001001 1100110 1011111 0 11010 101110 10100100 1011010 11100

Color Harmonies of #078966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078966

Black with #078966

Text Example


Text Example

White with #078966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078966; }

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

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

background-color css

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

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

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

border-color css

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

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

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