Html Css Color HEX #078369 Observatory

📋 copy color: '#078369'

red 7 ◦ green 131 ◦ blue 105

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

Shades of Observatory #078369

Tints of Observatory #078369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 2.88%
G = 53.91%
B = 43.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#078369 (or 0x078369) is known color: Observatory. HEX triplet: 07, 83 and 69. RGB value is (7,131,105). Sum of RGB (Red+Green+Blue) = 7+131+105=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #078369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078369 is #F87C96. Grayscale: #5A5A5A. Windows color (decimal): -16284823 or 6914823. OLE color: 6914823.

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

Color convert

RGB 7 131 105 -
CMYK 0.95 0 0.20 0.49
HSL 167.42º 0.9% 0.27% -
HSV(B) 167.42º 0.95% 0.51% -
XYZ 10.75 17.3 16.14 -
YUV 90.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 7 131 105 0.95 0 0.20 0.49 167.42 0.9 0.27
Hex 7 83 69 5F 0 14 31 A7 5A 1B
Octal 7 203 151 137 0 24 61 247 132 33
Binary 111 10000011 1101001 1011111 0 10100 110001 10100111 1011010 11011

Color Harmonies of #078369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078369

Black with #078369

Text Example


Text Example

White with #078369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078369; }

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

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

background-color css

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

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

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

border-color css

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

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

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