Html Css Color HEX #078767 Observatory

📋 copy color: '#078767'

red 7 ◦ green 135 ◦ blue 103

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

Shades of Observatory #078767

Tints of Observatory #078767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.1%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 2.86%
G = 55.1%
B = 42.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#078767 (or 0x078767) is known color: Observatory. HEX triplet: 07, 87 and 67. RGB value is (7,135,103). Sum of RGB (Red+Green+Blue) = 7+135+103=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #078767 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078767 is #F87898. Grayscale: #5D5D5D. Windows color (decimal): -16283801 or 6784775. OLE color: 6784775.

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

Color convert

RGB 7 135 103 -
CMYK 0.95 0 0.24 0.47
HSL 165º 0.9% 0.28% -
HSV(B) 165º 0.95% 0.53% -
XYZ 11.2 18.35 15.78 -
YUV 93.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 7 135 103 0.95 0 0.24 0.47 165 0.9 0.28
Hex 7 87 67 5F 0 18 2F A5 5A 1C
Octal 7 207 147 137 0 30 57 245 132 34
Binary 111 10000111 1100111 1011111 0 11000 101111 10100101 1011010 11100

Color Harmonies of #078767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078767

Black with #078767

Text Example


Text Example

White with #078767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078767; }

 p { color: rgb(7,135,103); }

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

background-color css

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

 a { background-color: rgb(7,135,103); }

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

border-color css

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

 span { border-color: rgb(7,135,103); }

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