Html Css Color HEX #078768 Observatory

📋 copy color: '#078768'

red 7 ◦ green 135 ◦ blue 104

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

Shades of Observatory #078768

Tints of Observatory #078768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 2.85%
G = 54.88%
B = 42.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#078768 (or 0x078768) is known color: Observatory. HEX triplet: 07, 87 and 68. RGB value is (7,135,104). Sum of RGB (Red+Green+Blue) = 7+135+104=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #078768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078768 is #F87897. Grayscale: #5D5D5D. Windows color (decimal): -16283800 or 6850311. OLE color: 6850311.

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

Color convert

RGB 7 135 104 -
CMYK 0.95 0 0.23 0.47
HSL 165.47º 0.9% 0.28% -
HSV(B) 165.47º 0.95% 0.53% -
XYZ 11.25 18.37 16.05 -
YUV 93.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 7 135 104 0.95 0 0.23 0.47 165.47 0.9 0.28
Hex 7 87 68 5F 0 17 2F A5 5A 1C
Octal 7 207 150 137 0 27 57 245 132 34
Binary 111 10000111 1101000 1011111 0 10111 101111 10100101 1011010 11100

Color Harmonies of #078768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078768

Black with #078768

Text Example


Text Example

White with #078768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078768; }

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

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

background-color css

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

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

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

border-color css

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

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

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