Html Css Color HEX #078573 Observatory

📋 copy color: '#078573'

red 7 ◦ green 133 ◦ blue 115

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

Shades of Observatory #078573

Tints of Observatory #078573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 2.75%
G = 52.16%
B = 45.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#078573 (or 0x078573) is known color: Observatory. HEX triplet: 07, 85 and 73. RGB value is (7,133,115). Sum of RGB (Red+Green+Blue) = 7+133+115=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #078573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078573 is #F87A8C. Grayscale: #5D5D5D. Windows color (decimal): -16284301 or 7570695. OLE color: 7570695.

HSL color Cylindrical-coordinate representation of color #078573: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078573 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 115 -
CMYK 0.95 0 0.14 0.48
HSL 171.43º 0.9% 0.27% -
HSV(B) 171.43º 0.95% 0.52% -
XYZ 11.57 18.06 19.1 -
YUV 93.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 7 133 115 0.95 0 0.14 0.48 171.43 0.9 0.27
Hex 7 85 73 5F 0 E 30 AB 5A 1B
Octal 7 205 163 137 0 16 60 253 132 33
Binary 111 10000101 1110011 1011111 0 1110 110000 10101011 1011010 11011

Color Harmonies of #078573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078573

Black with #078573

Text Example


Text Example

White with #078573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078573; }

 p { color: rgb(7,133,115); }

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

background-color css

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

 a { background-color: rgb(7,133,115); }

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

border-color css

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

 span { border-color: rgb(7,133,115); }

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