Html Css Color HEX #078765 Observatory

📋 copy color: '#078765'

red 7 ◦ green 135 ◦ blue 101

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

Shades of Observatory #078765

Tints of Observatory #078765

RGB

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

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

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

R = 2.88%
G = 55.56%
B = 41.56%

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

#078765 (or 0x078765) is known color: Observatory. HEX triplet: 07, 87 and 65. RGB value is (7,135,101). Sum of RGB (Red+Green+Blue) = 7+135+101=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #078765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078765 is #F8789A. Grayscale: #5C5C5C. Windows color (decimal): -16283803 or 6653703. OLE color: 6653703.

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

Color convert

RGB 7 135 101 -
CMYK 0.95 0 0.25 0.47
HSL 164.06º 0.9% 0.28% -
HSV(B) 164.06º 0.95% 0.53% -
XYZ 11.1 18.31 15.26 -
YUV 92.85 132.59 66.76 -
System Red Green Blue C M Y K H S L
Decimal 7 135 101 0.95 0 0.25 0.47 164.06 0.9 0.28
Hex 7 87 65 5F 0 19 2F A4 5A 1C
Octal 7 207 145 137 0 31 57 244 132 34
Binary 111 10000111 1100101 1011111 0 11001 101111 10100100 1011010 11100

Color Harmonies of #078765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078765

Black with #078765

Text Example


Text Example

White with #078765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078765; }

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

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

background-color css

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

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

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

border-color css

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

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

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