Html Css Color HEX #07896D Observatory

📋 copy color: '#07896D'

red 7 ◦ green 137 ◦ blue 109

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

Shades of Observatory #07896D

Tints of Observatory #07896D

RGB

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

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

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

R = 2.77%
G = 54.15%
B = 43.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#07896D (or 0x07896D) is known color: Observatory. HEX triplet: 07, 89 and 6D. RGB value is (7,137,109). Sum of RGB (Red+Green+Blue) = 7+137+109=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #07896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07896D is #F87692. Grayscale: #5E5E5E. Windows color (decimal): -16283283 or 7178503. OLE color: 7178503.

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

Color convert

RGB 7 137 109 -
CMYK 0.95 0 0.20 0.46
HSL 167.08º 0.9% 0.28% -
HSV(B) 167.08º 0.95% 0.54% -
XYZ 11.79 19.04 17.52 -
YUV 94.94 135.93 65.28 -
System Red Green Blue C M Y K H S L
Decimal 7 137 109 0.95 0 0.20 0.46 167.08 0.9 0.28
Hex 7 89 6D 5F 0 14 2E A7 5A 1C
Octal 7 211 155 137 0 24 56 247 132 34
Binary 111 10001001 1101101 1011111 0 10100 101110 10100111 1011010 11100

Color Harmonies of #07896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07896D

Black with #07896D

Text Example


Text Example

White with #07896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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