Html Css Color HEX #078869 Observatory

📋 copy color: '#078869'

red 7 ◦ green 136 ◦ blue 105

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

Shades of Observatory #078869

Tints of Observatory #078869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

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

R = 2.82%
G = 54.84%
B = 42.34%

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

#078869 (or 0x078869) is known color: Observatory. HEX triplet: 07, 88 and 69. RGB value is (7,136,105). Sum of RGB (Red+Green+Blue) = 7+136+105=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #078869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078869 is #F87796. Grayscale: #5D5D5D. Windows color (decimal): -16283543 or 6916103. OLE color: 6916103.

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

Color convert

RGB 7 136 105 -
CMYK 0.95 0 0.23 0.47
HSL 165.58º 0.9% 0.28% -
HSV(B) 165.58º 0.95% 0.53% -
XYZ 11.44 18.67 16.37 -
YUV 93.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 7 136 105 0.95 0 0.23 0.47 165.58 0.9 0.28
Hex 7 88 69 5F 0 17 2F A6 5A 1C
Octal 7 210 151 137 0 27 57 246 132 34
Binary 111 10001000 1101001 1011111 0 10111 101111 10100110 1011010 11100

Color Harmonies of #078869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078869

Black with #078869

Text Example


Text Example

White with #078869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078869; }

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

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

background-color css

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

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

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

border-color css

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

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

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