Html Css Color HEX #078871 Observatory

📋 copy color: '#078871'

red 7 ◦ green 136 ◦ blue 113

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

Shades of Observatory #078871

Tints of Observatory #078871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 2.73%
G = 53.13%
B = 44.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#078871 (or 0x078871) is known color: Observatory. HEX triplet: 07, 88 and 71. RGB value is (7,136,113). Sum of RGB (Red+Green+Blue) = 7+136+113=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #078871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078871 is #F8778E. Grayscale: #5E5E5E. Windows color (decimal): -16283535 or 7440391. OLE color: 7440391.

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

Color convert

RGB 7 136 113 -
CMYK 0.95 0 0.17 0.47
HSL 169.3º 0.9% 0.28% -
HSV(B) 169.3º 0.95% 0.53% -
XYZ 11.87 18.85 18.63 -
YUV 94.81 138.26 65.37 -
System Red Green Blue C M Y K H S L
Decimal 7 136 113 0.95 0 0.17 0.47 169.3 0.9 0.28
Hex 7 88 71 5F 0 11 2F A9 5A 1C
Octal 7 210 161 137 0 21 57 251 132 34
Binary 111 10001000 1110001 1011111 0 10001 101111 10101001 1011010 11100

Color Harmonies of #078871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078871

Black with #078871

Text Example


Text Example

White with #078871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078871; }

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

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

background-color css

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

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

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

border-color css

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

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

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