Html Css Color HEX #078368 Observatory

📋 copy color: '#078368'

red 7 ◦ green 131 ◦ blue 104

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

Shades of Observatory #078368

Tints of Observatory #078368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.13%

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

R = 2.89%
G = 54.13%
B = 42.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#078368 (or 0x078368) is known color: Observatory. HEX triplet: 07, 83 and 68. RGB value is (7,131,104). Sum of RGB (Red+Green+Blue) = 7+131+104=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #078368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078368 is #F87C97. Grayscale: #5A5A5A. Windows color (decimal): -16284824 or 6849287. OLE color: 6849287.

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

Color convert

RGB 7 131 104 -
CMYK 0.95 0 0.21 0.49
HSL 166.94º 0.9% 0.27% -
HSV(B) 166.94º 0.95% 0.51% -
XYZ 10.7 17.28 15.87 -
YUV 90.85 135.42 68.2 -
System Red Green Blue C M Y K H S L
Decimal 7 131 104 0.95 0 0.21 0.49 166.94 0.9 0.27
Hex 7 83 68 5F 0 15 31 A7 5A 1B
Octal 7 203 150 137 0 25 61 247 132 33
Binary 111 10000011 1101000 1011111 0 10101 110001 10100111 1011010 11011

Color Harmonies of #078368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078368

Black with #078368

Text Example


Text Example

White with #078368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078368; }

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

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

background-color css

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

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

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

border-color css

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

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

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