Html Css Color HEX #078568 Observatory

📋 copy color: '#078568'

red 7 ◦ green 133 ◦ blue 104

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

Shades of Observatory #078568

Tints of Observatory #078568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 2.87%
G = 54.51%
B = 42.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#078568 (or 0x078568) is known color: Observatory. HEX triplet: 07, 85 and 68. RGB value is (7,133,104). Sum of RGB (Red+Green+Blue) = 7+133+104=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #078568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078568 is #F87A97. Grayscale: #5C5C5C. Windows color (decimal): -16284312 or 6849799. OLE color: 6849799.

HSL color Cylindrical-coordinate representation of color #078568: hue angle of 166.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078568 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 104 -
CMYK 0.95 0 0.22 0.48
HSL 166.19º 0.9% 0.27% -
HSV(B) 166.19º 0.95% 0.52% -
XYZ 10.97 17.82 15.96 -
YUV 92.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 7 133 104 0.95 0 0.22 0.48 166.19 0.9 0.27
Hex 7 85 68 5F 0 16 30 A6 5A 1B
Octal 7 205 150 137 0 26 60 246 132 33
Binary 111 10000101 1101000 1011111 0 10110 110000 10100110 1011010 11011

Color Harmonies of #078568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078568

Black with #078568

Text Example


Text Example

White with #078568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078568; }

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

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

background-color css

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

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

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

border-color css

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

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

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