Html Css Color HEX #078863 Observatory

📋 copy color: '#078863'

red 7 ◦ green 136 ◦ blue 99

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

Shades of Observatory #078863

Tints of Observatory #078863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 2.89%
G = 56.2%
B = 40.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#078863 (or 0x078863) is known color: Observatory. HEX triplet: 07, 88 and 63. RGB value is (7,136,99). Sum of RGB (Red+Green+Blue) = 7+136+99=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #078863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078863 is #F8779C. Grayscale: #5D5D5D. Windows color (decimal): -16283549 or 6522887. OLE color: 6522887.

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

Color convert

RGB 7 136 99 -
CMYK 0.95 0 0.27 0.47
HSL 162.79º 0.9% 0.28% -
HSV(B) 162.79º 0.95% 0.53% -
XYZ 11.14 18.55 14.8 -
YUV 93.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 7 136 99 0.95 0 0.27 0.47 162.79 0.9 0.28
Hex 7 88 63 5F 0 1B 2F A3 5A 1C
Octal 7 210 143 137 0 33 57 243 132 34
Binary 111 10001000 1100011 1011111 0 11011 101111 10100011 1011010 11100

Color Harmonies of #078863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078863

Black with #078863

Text Example


Text Example

White with #078863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078863; }

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

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

background-color css

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

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

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

border-color css

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

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

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