Html Css Color HEX #078664 Observatory

📋 copy color: '#078664'

red 7 ◦ green 134 ◦ blue 100

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

Shades of Observatory #078664

Tints of Observatory #078664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 2.9%
G = 55.6%
B = 41.49%

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

#078664 (or 0x078664) is known color: Observatory. HEX triplet: 07, 86 and 64. RGB value is (7,134,100). Sum of RGB (Red+Green+Blue) = 7+134+100=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #078664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078664 is #F8799B. Grayscale: #5C5C5C. Windows color (decimal): -16284060 or 6587911. OLE color: 6587911.

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

Color convert

RGB 7 134 100 -
CMYK 0.95 0 0.25 0.47
HSL 163.94º 0.9% 0.28% -
HSV(B) 163.94º 0.95% 0.53% -
XYZ 10.91 18.02 14.96 -
YUV 92.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 7 134 100 0.95 0 0.25 0.47 163.94 0.9 0.28
Hex 7 86 64 5F 0 19 2F A4 5A 1C
Octal 7 206 144 137 0 31 57 244 132 34
Binary 111 10000110 1100100 1011111 0 11001 101111 10100100 1011010 11100

Color Harmonies of #078664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078664

Black with #078664

Text Example


Text Example

White with #078664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078664; }

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

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

background-color css

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

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

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

border-color css

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

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

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