Html Css Color HEX #07886C Observatory

📋 copy color: '#07886C'

red 7 ◦ green 136 ◦ blue 108

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

Shades of Observatory #07886C

Tints of Observatory #07886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 2.79%
G = 54.18%
B = 43.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#07886C (or 0x07886C) is known color: Observatory. HEX triplet: 07, 88 and 6C. RGB value is (7,136,108). Sum of RGB (Red+Green+Blue) = 7+136+108=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #07886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07886C is #F87793. Grayscale: #5E5E5E. Windows color (decimal): -16283540 or 7112711. OLE color: 7112711.

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

Color convert

RGB 7 136 108 -
CMYK 0.95 0 0.21 0.47
HSL 166.98º 0.9% 0.28% -
HSV(B) 166.98º 0.95% 0.53% -
XYZ 11.6 18.74 17.19 -
YUV 94.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 7 136 108 0.95 0 0.21 0.47 166.98 0.9 0.28
Hex 7 88 6C 5F 0 15 2F A7 5A 1C
Octal 7 210 154 137 0 25 57 247 132 34
Binary 111 10001000 1101100 1011111 0 10101 101111 10100111 1011010 11100

Color Harmonies of #07886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07886C

Black with #07886C

Text Example


Text Example

White with #07886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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