Html Css Color HEX #07886D Observatory

📋 copy color: '#07886D'

red 7 ◦ green 136 ◦ blue 109

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

Shades of Observatory #07886D

Tints of Observatory #07886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 2.78%
G = 53.97%
B = 43.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#07886D (or 0x07886D) is known color: Observatory. HEX triplet: 07, 88 and 6D. RGB value is (7,136,109). Sum of RGB (Red+Green+Blue) = 7+136+109=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #07886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07886D is #F87792. Grayscale: #5E5E5E. Windows color (decimal): -16283539 or 7178247. OLE color: 7178247.

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

Color convert

RGB 7 136 109 -
CMYK 0.95 0 0.20 0.47
HSL 167.44º 0.9% 0.28% -
HSV(B) 167.44º 0.95% 0.53% -
XYZ 11.65 18.76 17.47 -
YUV 94.35 136.26 65.7 -
System Red Green Blue C M Y K H S L
Decimal 7 136 109 0.95 0 0.20 0.47 167.44 0.9 0.28
Hex 7 88 6D 5F 0 14 2F A7 5A 1C
Octal 7 210 155 137 0 24 57 247 132 34
Binary 111 10001000 1101101 1011111 0 10100 101111 10100111 1011010 11100

Color Harmonies of #07886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07886D

Black with #07886D

Text Example


Text Example

White with #07886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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