Html Css Color HEX #078672 Observatory

📋 copy color: '#078672'

red 7 ◦ green 134 ◦ blue 114

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

Shades of Observatory #078672

Tints of Observatory #078672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 2.75%
G = 52.55%
B = 44.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#078672 (or 0x078672) is known color: Observatory. HEX triplet: 07, 86 and 72. RGB value is (7,134,114). Sum of RGB (Red+Green+Blue) = 7+134+114=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #078672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078672 is #F8798D. Grayscale: #5D5D5D. Windows color (decimal): -16284046 or 7505415. OLE color: 7505415.

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

Color convert

RGB 7 134 114 -
CMYK 0.95 0 0.15 0.47
HSL 170.55º 0.9% 0.28% -
HSV(B) 170.55º 0.95% 0.53% -
XYZ 11.65 18.31 18.84 -
YUV 93.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 7 134 114 0.95 0 0.15 0.47 170.55 0.9 0.28
Hex 7 86 72 5F 0 F 2F AB 5A 1C
Octal 7 206 162 137 0 17 57 253 132 34
Binary 111 10000110 1110010 1011111 0 1111 101111 10101011 1011010 11100

Color Harmonies of #078672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078672

Black with #078672

Text Example


Text Example

White with #078672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078672; }

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

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

background-color css

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

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

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

border-color css

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

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

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