Html Css Color HEX #07896B Observatory

📋 copy color: '#07896B'

red 7 ◦ green 137 ◦ blue 107

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

Shades of Observatory #07896B

Tints of Observatory #07896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.58%

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

R = 2.79%
G = 54.58%
B = 42.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#07896B (or 0x07896B) is known color: Observatory. HEX triplet: 07, 89 and 6B. RGB value is (7,137,107). Sum of RGB (Red+Green+Blue) = 7+137+107=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #07896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07896B is #F87694. Grayscale: #5E5E5E. Windows color (decimal): -16283285 or 7047431. OLE color: 7047431.

HSL color Cylindrical-coordinate representation of color #07896B: hue angle of 166.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07896B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 107 -
CMYK 0.95 0 0.22 0.46
HSL 166.15º 0.9% 0.28% -
HSV(B) 166.15º 0.95% 0.54% -
XYZ 11.69 19 16.96 -
YUV 94.71 134.93 65.44 -
System Red Green Blue C M Y K H S L
Decimal 7 137 107 0.95 0 0.22 0.46 166.15 0.9 0.28
Hex 7 89 6B 5F 0 16 2E A6 5A 1C
Octal 7 211 153 137 0 26 56 246 132 34
Binary 111 10001001 1101011 1011111 0 10110 101110 10100110 1011010 11100

Color Harmonies of #07896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07896B

Black with #07896B

Text Example


Text Example

White with #07896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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