Html Css Color HEX #07886A Observatory

📋 copy color: '#07886A'

red 7 ◦ green 136 ◦ blue 106

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

Shades of Observatory #07886A

Tints of Observatory #07886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 2.81%
G = 54.62%
B = 42.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#07886A (or 0x07886A) is known color: Observatory. HEX triplet: 07, 88 and 6A. RGB value is (7,136,106). Sum of RGB (Red+Green+Blue) = 7+136+106=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #07886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07886A is #F87795. Grayscale: #5D5D5D. Windows color (decimal): -16283542 or 6981639. OLE color: 6981639.

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

Color convert

RGB 7 136 106 -
CMYK 0.95 0 0.22 0.47
HSL 166.05º 0.9% 0.28% -
HSV(B) 166.05º 0.95% 0.53% -
XYZ 11.49 18.69 16.64 -
YUV 94.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 7 136 106 0.95 0 0.22 0.47 166.05 0.9 0.28
Hex 7 88 6A 5F 0 16 2F A6 5A 1C
Octal 7 210 152 137 0 26 57 246 132 34
Binary 111 10001000 1101010 1011111 0 10110 101111 10100110 1011010 11100

Color Harmonies of #07886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07886A

Black with #07886A

Text Example


Text Example

White with #07886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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