Html Css Color HEX #078764 Observatory

📋 copy color: '#078764'

red 7 ◦ green 135 ◦ blue 100

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

Shades of Observatory #078764

Tints of Observatory #078764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 2.89%
G = 55.79%
B = 41.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#078764 (or 0x078764) is known color: Observatory. HEX triplet: 07, 87 and 64. RGB value is (7,135,100). Sum of RGB (Red+Green+Blue) = 7+135+100=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #078764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078764 is #F8789B. Grayscale: #5C5C5C. Windows color (decimal): -16283804 or 6588167. OLE color: 6588167.

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

Color convert

RGB 7 135 100 -
CMYK 0.95 0 0.26 0.47
HSL 163.59º 0.9% 0.28% -
HSV(B) 163.59º 0.95% 0.53% -
XYZ 11.05 18.29 15.01 -
YUV 92.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 7 135 100 0.95 0 0.26 0.47 163.59 0.9 0.28
Hex 7 87 64 5F 0 1A 2F A4 5A 1C
Octal 7 207 144 137 0 32 57 244 132 34
Binary 111 10000111 1100100 1011111 0 11010 101111 10100100 1011010 11100

Color Harmonies of #078764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078764

Black with #078764

Text Example


Text Example

White with #078764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078764; }

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

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

background-color css

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

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

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

border-color css

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

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

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