Html Css Color HEX #078873 Observatory

📋 copy color: '#078873'

red 7 ◦ green 136 ◦ blue 115

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

Shades of Observatory #078873

Tints of Observatory #078873

RGB

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

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

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

R = 2.71%
G = 52.71%
B = 44.57%

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

#078873 (or 0x078873) is known color: Observatory. HEX triplet: 07, 88 and 73. RGB value is (7,136,115). Sum of RGB (Red+Green+Blue) = 7+136+115=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #078873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078873 is #F8778C. Grayscale: #5E5E5E. Windows color (decimal): -16283533 or 7571463. OLE color: 7571463.

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

Color convert

RGB 7 136 115 -
CMYK 0.95 0 0.15 0.47
HSL 170.23º 0.9% 0.28% -
HSV(B) 170.23º 0.95% 0.53% -
XYZ 11.99 18.89 19.23 -
YUV 95.04 139.26 65.21 -
System Red Green Blue C M Y K H S L
Decimal 7 136 115 0.95 0 0.15 0.47 170.23 0.9 0.28
Hex 7 88 73 5F 0 F 2F AA 5A 1C
Octal 7 210 163 137 0 17 57 252 132 34
Binary 111 10001000 1110011 1011111 0 1111 101111 10101010 1011010 11100

Color Harmonies of #078873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078873

Black with #078873

Text Example


Text Example

White with #078873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078873; }

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

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

background-color css

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

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

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

border-color css

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

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

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