Html Css Color HEX #078665 Observatory

📋 copy color: '#078665'

red 7 ◦ green 134 ◦ blue 101

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

Shades of Observatory #078665

Tints of Observatory #078665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 2.89%
G = 55.37%
B = 41.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#078665 (or 0x078665) is known color: Observatory. HEX triplet: 07, 86 and 65. RGB value is (7,134,101). Sum of RGB (Red+Green+Blue) = 7+134+101=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #078665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078665 is #F8799A. Grayscale: #5C5C5C. Windows color (decimal): -16284059 or 6653447. OLE color: 6653447.

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

Color convert

RGB 7 134 101 -
CMYK 0.95 0 0.25 0.47
HSL 164.41º 0.9% 0.28% -
HSV(B) 164.41º 0.95% 0.53% -
XYZ 10.96 18.03 15.22 -
YUV 92.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 7 134 101 0.95 0 0.25 0.47 164.41 0.9 0.28
Hex 7 86 65 5F 0 19 2F A4 5A 1C
Octal 7 206 145 137 0 31 57 244 132 34
Binary 111 10000110 1100101 1011111 0 11001 101111 10100100 1011010 11100

Color Harmonies of #078665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078665

Black with #078665

Text Example


Text Example

White with #078665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078665; }

 p { color: rgb(7,134,101); }

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

background-color css

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

 a { background-color: rgb(7,134,101); }

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

border-color css

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

 span { border-color: rgb(7,134,101); }

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