Html Css Color HEX #078567 Observatory

📋 copy color: '#078567'

red 7 ◦ green 133 ◦ blue 103

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

Shades of Observatory #078567

Tints of Observatory #078567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 2.88%
G = 54.73%
B = 42.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#078567 (or 0x078567) is known color: Observatory. HEX triplet: 07, 85 and 67. RGB value is (7,133,103). Sum of RGB (Red+Green+Blue) = 7+133+103=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #078567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078567 is #F87A98. Grayscale: #5B5B5B. Windows color (decimal): -16284313 or 6784263. OLE color: 6784263.

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

Color convert

RGB 7 133 103 -
CMYK 0.95 0 0.23 0.48
HSL 165.71º 0.9% 0.27% -
HSV(B) 165.71º 0.95% 0.52% -
XYZ 10.92 17.8 15.69 -
YUV 91.91 134.26 67.44 -
System Red Green Blue C M Y K H S L
Decimal 7 133 103 0.95 0 0.23 0.48 165.71 0.9 0.27
Hex 7 85 67 5F 0 17 30 A6 5A 1B
Octal 7 205 147 137 0 27 60 246 132 33
Binary 111 10000101 1100111 1011111 0 10111 110000 10100110 1011010 11011

Color Harmonies of #078567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078567

Black with #078567

Text Example


Text Example

White with #078567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078567; }

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

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

background-color css

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

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

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

border-color css

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

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

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