#07937D

Color #07937D Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #07937D

Tints of Observatory #07937D

Color information

#07937D (or 0x07937D) is unknown color: approx Observatory. HEX triplet: 07, 93 and 7D. RGB value is (7,147,125). Sum of RGB (Red+Green+Blue) = 7+147+125=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #07937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07937D is #F86C82. Grayscale: #666666. Windows color (decimal): -16280707 or 8229639. OLE color: 8229639.

HSL color Cylindrical-coordinate representation of color #07937D: hue angle of 170.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07937D is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB7147125-
CMYK0.9500.150.42
HSL170.57º90.91%30.2%-
HSV(B)170.57º95.24%57.65%-
XYZ14.2222.3922.97-
YUV102.63140.6259.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=2.51%
G=52.69%
B=44.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71471250.9500.150.42170.5790.9130.2
Hex7937D5F0F2Aab5b1e
Octal72231751370175225313336
Binary11110010011111110110111110111110101010101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,147,125); }

 H1.HeaderClassName
 {
   color: #07937D;
 }
 .AnyTagClassName
 {
   color: #07937D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,147,125); }

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

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

 span { border-color: rgb(7,147,125); }

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