#07936C

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

Shades of Observatory #07936C

Tints of Observatory #07936C

Color information

#07936C (or 0x07936C) is unknown color: approx Observatory. HEX triplet: 07, 93 and 6C. RGB value is (7,147,108). Sum of RGB (Red+Green+Blue) = 7+147+108=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #07936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07936C is #F86C93. Grayscale: #646464. Windows color (decimal): -16280724 or 7115527. OLE color: 7115527.

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

Color convert

RGB7147108-
CMYK0.9500.270.42
HSL163.29º90.91%30.2%-
HSV(B)163.29º95.24%57.65%-
XYZ13.232217.74-
YUV100.69132.1261.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.67%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=2.67%
G=56.11%
B=41.22%

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
Decimal71471080.9500.270.42163.2990.9130.2
Hex7936C5F01B2Aa35b1e
Octal72231541370335224313336
Binary111100100111101100101111101101110101010100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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