Html Css Color HEX #07896E Observatory

📋 copy color: '#07896E'

red 7 ◦ green 137 ◦ blue 110

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

Shades of Observatory #07896E

Tints of Observatory #07896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 2.76%
G = 53.94%
B = 43.31%

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

#07896E (or 0x07896E) is known color: Observatory. HEX triplet: 07, 89 and 6E. RGB value is (7,137,110). Sum of RGB (Red+Green+Blue) = 7+137+110=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #07896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07896E is #F87691. Grayscale: #5F5F5F. Windows color (decimal): -16283282 or 7244039. OLE color: 7244039.

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

Color convert

RGB 7 137 110 -
CMYK 0.95 0 0.20 0.46
HSL 167.54º 0.9% 0.28% -
HSV(B) 167.54º 0.95% 0.54% -
XYZ 11.85 19.06 17.81 -
YUV 95.05 136.43 65.2 -
System Red Green Blue C M Y K H S L
Decimal 7 137 110 0.95 0 0.20 0.46 167.54 0.9 0.28
Hex 7 89 6E 5F 0 14 2E A8 5A 1C
Octal 7 211 156 137 0 24 56 250 132 34
Binary 111 10001001 1101110 1011111 0 10100 101110 10101000 1011010 11100

Color Harmonies of #07896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07896E

Black with #07896E

Text Example


Text Example

White with #07896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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