Html Css Color HEX #07896F Observatory

📋 copy color: '#07896F'

red 7 ◦ green 137 ◦ blue 111

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

Shades of Observatory #07896F

Tints of Observatory #07896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 2.75%
G = 53.73%
B = 43.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#07896F (or 0x07896F) is known color: Observatory. HEX triplet: 07, 89 and 6F. RGB value is (7,137,111). Sum of RGB (Red+Green+Blue) = 7+137+111=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #07896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07896F is #F87690. Grayscale: #5F5F5F. Windows color (decimal): -16283281 or 7309575. OLE color: 7309575.

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

Color convert

RGB 7 137 111 -
CMYK 0.95 0 0.19 0.46
HSL 168º 0.9% 0.28% -
HSV(B) 168º 0.95% 0.54% -
XYZ 11.9 19.08 18.1 -
YUV 95.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 7 137 111 0.95 0 0.19 0.46 168 0.9 0.28
Hex 7 89 6F 5F 0 13 2E A8 5A 1C
Octal 7 211 157 137 0 23 56 250 132 34
Binary 111 10001001 1101111 1011111 0 10011 101110 10101000 1011010 11100

Color Harmonies of #07896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07896F

Black with #07896F

Text Example


Text Example

White with #07896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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