Html Css Color HEX #07886B Observatory

📋 copy color: '#07886B'

red 7 ◦ green 136 ◦ blue 107

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

Shades of Observatory #07886B

Tints of Observatory #07886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 2.8%
G = 54.4%
B = 42.8%

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

#07886B (or 0x07886B) is known color: Observatory. HEX triplet: 07, 88 and 6B. RGB value is (7,136,107). Sum of RGB (Red+Green+Blue) = 7+136+107=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #07886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07886B is #F87794. Grayscale: #5E5E5E. Windows color (decimal): -16283541 or 7047175. OLE color: 7047175.

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

Color convert

RGB 7 136 107 -
CMYK 0.95 0 0.21 0.47
HSL 166.51º 0.9% 0.28% -
HSV(B) 166.51º 0.95% 0.53% -
XYZ 11.55 18.72 16.91 -
YUV 94.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 7 136 107 0.95 0 0.21 0.47 166.51 0.9 0.28
Hex 7 88 6B 5F 0 15 2F A7 5A 1C
Octal 7 210 153 137 0 25 57 247 132 34
Binary 111 10001000 1101011 1011111 0 10101 101111 10100111 1011010 11100

Color Harmonies of #07886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07886B

Black with #07886B

Text Example


Text Example

White with #07886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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