Html Css Color HEX #078965 Observatory

📋 copy color: '#078965'

red 7 ◦ green 137 ◦ blue 101

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

Shades of Observatory #078965

Tints of Observatory #078965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

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

R = 2.86%
G = 55.92%
B = 41.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#078965 (or 0x078965) is known color: Observatory. HEX triplet: 07, 89 and 65. RGB value is (7,137,101). Sum of RGB (Red+Green+Blue) = 7+137+101=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #078965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078965 is #F8769A. Grayscale: #5E5E5E. Windows color (decimal): -16283291 or 6654215. OLE color: 6654215.

HSL color Cylindrical-coordinate representation of color #078965: hue angle of 163.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078965 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 101 -
CMYK 0.95 0 0.26 0.46
HSL 163.38º 0.9% 0.28% -
HSV(B) 163.38º 0.95% 0.54% -
XYZ 11.38 18.88 15.36 -
YUV 94.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 7 137 101 0.95 0 0.26 0.46 163.38 0.9 0.28
Hex 7 89 65 5F 0 1A 2E A3 5A 1C
Octal 7 211 145 137 0 32 56 243 132 34
Binary 111 10001001 1100101 1011111 0 11010 101110 10100011 1011010 11100

Color Harmonies of #078965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078965

Black with #078965

Text Example


Text Example

White with #078965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078965; }

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

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

background-color css

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

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

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

border-color css

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

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

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