#07936b

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

Shades of Observatory #07936B

Tints of Observatory #07936B

Color information

#07936B (or 0x07936B) is unknown color: approx Observatory. HEX triplet: 07, 93 and 6B. RGB value is (7,147,107). Sum of RGB (Red+Green+Blue) = 7+147+107=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #07936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07936B is #F86C94. Grayscale: #646464. Windows color (decimal): -16280725 or 7049991. OLE color: 7049991.

HSL color Cylindrical-coordinate representation of color #07936B: hue angle of 162.86º 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 #07936B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB7147107-
CMYK0.9500.270.42
HSL162.86º90.91%30.2%-
HSV(B)162.86º95.24%57.65%-
XYZ13.1821.9717.46-
YUV100.58131.6261.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=2.68%
G=56.32%
B=41.00%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71471070.9500.270.42162.8690.9130.2
Hex7936B5F01B2Aa35b1e
Octal72231531370335224313336
Binary111100100111101011101111101101110101010100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07936b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07936b; }

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

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

<style>
 a { background-color: #07936b; }

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

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

<style>
 span { border-color: #07936b; }

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

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